Skip to content

Instantly share code, notes, and snippets.

@ranamahmud
Created November 4, 2020 06:36
Show Gist options
  • Save ranamahmud/4ea11bd532c3c4a628b0ad8315ad3baa to your computer and use it in GitHub Desktop.
Save ranamahmud/4ea11bd532c3c4a628b0ad8315ad3baa to your computer and use it in GitHub Desktop.
// This is a single line comment
/* This is a comment spanning multiline.
You should be careful about writing comment. */
var num1 = 50;
var num2 = 50;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment