Skip to content

Instantly share code, notes, and snippets.

@essamamdani
Created April 21, 2020 12:43
Show Gist options
  • Select an option

  • Save essamamdani/76d6a484ae82381bd49a79c9d7dbe511 to your computer and use it in GitHub Desktop.

Select an option

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