Skip to content

Instantly share code, notes, and snippets.

@outoftime
Created March 1, 2017 19:23
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 outoftime/c5478e01b9da0e449aac1903effaf781 to your computer and use it in GitHub Desktop.
Save outoftime/c5478e01b9da0e449aac1903effaf781 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=c5478e01b9da0e449aac1903effaf781
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
for (var i = 0; i < 10; i--) {
console.log(i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment