Created
January 17, 2020 19:24
-
-
Save mrtampan/03cad99d176c1e2cdd8f4b5d43770a72 to your computer and use it in GitHub Desktop.
variable const
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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