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 are javascript functions?
java pgm for reads a file(text file) and removes all the spaces then the text and write this back into the same file. e.g: (Input) _______ chennai is fourth biggest city in india. (output) _______ chennaiisfourthbiggestcityinindia.
What is a name function in javascript?
What is enum in javascript?
How to create arrays in javascript?
What is primitive data types in javascript?
why java is called platform independent?
How do you access an element in an HTML document with JavaScript?
How do you include a comment in javascript?
what is syntax of wapper class
Can we create buttons in JavaScript ? if yes how? pls provide sample code... Thanks in advance.....
Are javascript variables case sensitive?