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
Name the datatypes of javascript?
Why is object naming important to use in javascript?
How many types of functions JavaScript supports?
What is hoisted in javascript?
Can you assign an anonymous function to a variable and pass it as an argument to another function?
What is the Difference between HTML and DHTML
Explain why "self" is needed instead of "this".
What would be the result of 3+2+”7″?
Taking a developer's perspective, do you think that that javascript is easy to learn and use?
What is difference between api and library?
What is javascript used for on iphone?
What is the role of javascript in a web page?