Skip to content

Instantly share code, notes, and snippets.

@ranamahmud
Created November 4, 2020 06:37
Show Gist options
  • Save ranamahmud/ab605fd067c5d4390d3fb952604fbabf to your computer and use it in GitHub Desktop.
Save ranamahmud/ab605fd067c5d4390d3fb952604fbabf 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