moving into variables

pull/73/head
Derrek Gass 5 years ago
parent 6c23a46f96
commit 7e912ab639

@ -3,3 +3,7 @@ firstName = 'Eyob'
const PI = 3.14 // Not allowed to reassign PI to a new value const PI = 3.14 // Not allowed to reassign PI to a new value
// PI = 3. // PI = 3.
const arr = []
console.log(arr)
Loading…
Cancel
Save