parent
dadd410528
commit
6c23a46f96
@ -0,0 +1,5 @@
|
|||||||
|
let firstName = 'Asabeneh'
|
||||||
|
firstName = 'Eyob'
|
||||||
|
|
||||||
|
const PI = 3.14 // Not allowed to reassign PI to a new value
|
||||||
|
// PI = 3.
|
Loading…
Reference in new issue