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
Between JavaScript and an ASP script, which is faster?
What is the microsoft version of javascript?
what are the difference unescape() and escape() functions?
What are the different ways to create an array in javascript?
How to make a function in javascript?
Does javascript care about whitespace?
List few difference between primitive and non primitive javascript data types?
What is scope chain in javascript?
What is the use of Push method in JavaScript?
What is a scope in javascript?
How Can I get facebook fans/likes?
What does 3+4+"7" evaluate to?