Skip to content

Instantly share code, notes, and snippets.

@YassineBajdou
Created April 17, 2019 08:30
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 YassineBajdou/792020c2b77226cb4f7a5e63d18cc806 to your computer and use it in GitHub Desktop.
Save YassineBajdou/792020c2b77226cb4f7a5e63d18cc806 to your computer and use it in GitHub Desktop.
hello-world.js
<script>
let hw = "Hello, World!";
function helloFunction() {
alert(hw);
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment