1.

A conditional expression is also called a namespace McqsMentorConsoleApplication var a=5 , b=1 var obj = { a : 10 } with(obj) { alert(b) }

A. Alternate to if-else
B. Immediate if
C. If-then-else statement
D. None of the mentioned
Answer» C. If-then-else statement


Discussion

No Comment Found