Rapid Fire Questions of JavaScript.
Q.1 What will be the output of below code? var a; alert(typeof(typeof a)); // string Because typeof a store ‘’undefined’ as string. Q.2 What will be the output of below…
Q.1 What will be the output of below code? var a; alert(typeof(typeof a)); // string Because typeof a store ‘’undefined’ as string. Q.2 What will be the output of below…