Skip to content

Instantly share code, notes, and snippets.

@essamamdani
Created April 21, 2020 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save essamamdani/76d6a484ae82381bd49a79c9d7dbe511 to your computer and use it in GitHub Desktop.
Save essamamdani/76d6a484ae82381bd49a79c9d7dbe511 to your computer and use it in GitHub Desktop.
Single line comments also use as inline comments which means that they appear at the end of code.
<script>
var x = 5; //declare and initalize the variable x
var y = x * 4; //multiply the value of x four times
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment