Skip to content

Instantly share code, notes, and snippets.

@mrtampan
Created January 17, 2020 18:32
Show Gist options
  • Save mrtampan/0df8ee67a6b7c571ef420611d510f719 to your computer and use it in GitHub Desktop.
Save mrtampan/0df8ee67a6b7c571ef420611d510f719 to your computer and use it in GitHub Desktop.
<script>
function hay(){
var hey = "";
}
function ubah() {
hey = "hallo teman";
}
ubah();
alert(hey);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment