Hoisting function expression depends on the variable used to store it
if its a var it will be hoisted and initialised with undefined
if its let or const it will be hoisted but suffer from TDZ