Skip to content

Instantly share code, notes, and snippets.

@gmelodie
Created January 27, 2019 14:59
Show Gist options
  • Save gmelodie/45ae7c8157f716f8b404b674652256a3 to your computer and use it in GitHub Desktop.
Save gmelodie/45ae7c8157f716f8b404b674652256a3 to your computer and use it in GitHub Desktop.
Javascript variable usage example
<html>
<script type=text/javascript>
let some_number = 1;
alert(some_number);
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment