hoisting #3

node v10.24.1
version: master
endpointsharetweet
// The code we wrote console.log(x); var x = 100; // How JavaScript interpreted it var x; console.log(x); x = 100;
Loading…

no comments

    sign in to comment