Skip to content

Instantly share code, notes, and snippets.

@mrtampan
Last active January 17, 2020 18:18
Show Gist options
  • Save mrtampan/ebea294a5d0e70d43fabff15d9596dd1 to your computer and use it in GitHub Desktop.
Save mrtampan/ebea294a5d0e70d43fabff15d9596dd1 to your computer and use it in GitHub Desktop.
varribel var
<script>
var ab = "hallo dunia";
function test() {
ab = "hello world";
alert(ab);
}
test();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment