Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?
No Answer is Posted For this Question
Be the First to Post Answer
What is nodetype in javascript?
What is unescape() function?
How to call a function inside a function in javascript?
How can you get the total number of arguments passed to a function?
What is the role of a strict mode in javascript?
why you used Java Script? Can it use for both client side and server side validation purpose?
12 Answers BeBo Technologies, HCL, Wipro,
How to create the namespace in javascript?
What does the instanceof operator do?
What is the difference between innerhtml & innertext?
What is the Infinity property used for in Javascript?
How to reload a page using JavaScript?
What and where are the best javascript resources on the web?