Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created June 29, 2017 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecademydev/5d5c44f8d5d26bd95ba6b7db95faf7f9 to your computer and use it in GitHub Desktop.
Save codecademydev/5d5c44f8d5d26bd95ba6b7db95faf7f9 to your computer and use it in GitHub Desktop.
Codecademy export
<!DOCTYPE html>
<html>
<head>
<title></title>
<script type='text/javascript' src='script.js'></script>
</head>
<body>
<div></div>
</body>
</html>
// Write your jQuery code below!
$div = $('div');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment