Skip to content

Instantly share code, notes, and snippets.

@mrtampan
Created January 17, 2020 19:24
Show Gist options
  • Save mrtampan/03cad99d176c1e2cdd8f4b5d43770a72 to your computer and use it in GitHub Desktop.
Save mrtampan/03cad99d176c1e2cdd8f4b5d43770a72 to your computer and use it in GitHub Desktop.
variable const
<script>
const ab = "iyalah";
ab = "assa";
function hayoloh(){
ab = "assoo";
alert(ab);
}
hayoloh();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment