T
Q. The output for the following code snippet would most appropriately be
var a=5 , b=1 var obj = { a : 10 } with(obj) { alert(b) }
The interpreter checks obj for property b, fails and takes it from outside of with.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. The basic difference between JavaScript and Java is
Q. Which of the following is the correct output for the following JavaScript code:
Q. Which of the following are client-side JavaScript object?
Q. Can we create empty array in Javascript? Find the output of below code
Q. A JavaScript program developed on a Unix Machine
Q. What is the purpose of the domLoading attribute?
Q. What is the purpose of the event handlers in the JavaScript?
Discusssion
Login to discuss.