0
Uncaught TypeError : Assignment to constant variable.
Const isIsland = false; isIsland = true; Plz.. Explain this error.
2 Respuestas
+ 3
Unlike other variables that can be changed, const cannot be altered after it has been created.
0
Ok bro thanks for your support 😊