@ -2,4 +2,8 @@ let firstName = 'Asabeneh'
firstName = 'Eyob'
const PI = 3.14 // Not allowed to reassign PI to a new value
// PI = 3.
const arr = []
console.log(arr)