Last active
April 1, 2016 05:50
-
-
Save goodbedford/7d3665cda6a2c608cd5238665eb257b7 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 single line comment | |
var a = 5; // single line comment after legit code | |
var a = 5; // single line comment, commenting out the code | |
/* this is a multi-line comment | |
this is a multi-line comment | |
*/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment