Skip to content

Instantly share code, notes, and snippets.

@mildocjr
Last active August 10, 2018 02:26
Show Gist options
  • Save mildocjr/b63ce30c5953958089a8443ca0a5a7fb to your computer and use it in GitHub Desktop.
Save mildocjr/b63ce30c5953958089a8443ca0a5a7fb to your computer and use it in GitHub Desktop.
comments-1
/* this is the start of the comment
This is a multi-line comment
*/ //This is the end of the comment noted with a single line comment
var myString = "Not a comment"
/*
* Most people use multi-line comments like this. It helps them to
* know what is and is not a comment
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment