What happens if you try to access a variable declared with let before its declaration?
let
Returns undefined
undefined
Generates an error
Returns a random value
Returns null
null