Javascript Challenges

Now you see me ...

Snippet 1

var f = function g() {
        return 23;
    };
typeof g();

Exercise

Correct!
False!

What is the result of executing Snippet 1 code?

Exercise

Correct!
False!

Why?