Skip to content

Instantly share code, notes, and snippets.

@goodbedford
Last active April 1, 2016 05:50
Show Gist options
  • Save goodbedford/7d3665cda6a2c608cd5238665eb257b7 to your computer and use it in GitHub Desktop.
Save goodbedford/7d3665cda6a2c608cd5238665eb257b7 to your computer and use it in GitHub Desktop.
// 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