Created
November 17, 2011 19:41
-
-
Save joshkehn/1374216 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This is a JavaScript comment | |
console.log('This is some output.') | |
// Another comment | |
console.log('More output.'); | |
// Last comment | |
// but no output! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment