1 2 3 4 5 6 7 8
let a = 3 { a = 4; const bees = \a => a*2; let j = bees(3); a = j; } let g = a + 'aaaa';