EEEsther Ejidike·Aug 4, 201904What is the output of z ?function x(){ function y(){ console.log(z); } var z = 20; y(); } var z = 25; x() explain the reason for your answer in the commentsBNCHBiplab and 3 more commented