MCQOPTIONS
Bookmark
Saved Bookmarks
→
Javascript
→
Blobs in Javascript
→
Consider the following code snippet. The state sto..
1.
Consider the following code snippet. The state stored in d is :
A.
1
B.
0
C.
Null
D.
Undefined
Answer» B. 0
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Consider the following code snippet. What does the last statement return ?
Consider the following code snippet. What is the function of the code snippet?
Consider the following code snippet. What will the code snippet result ?
Consider the following code snippet. What does the below code result?
Consider the following code snippet. The state stored in d is :
Consider the following code snippet :var grand_Total=eval("10*10+5");The output for the above statement would be :
Consider the following code snippet :var string2Num=parseInt("123xyz");The result for the above code snippet would be :
For the below mentioned code snippet:var o = new Object();The equivalent statement is:
Consider the following code snippet :var tensquared = (function(x) {return x*x;}(10));Will the above code work ?
Consider the following code snippet :if (!a[i]) continue ;What is the observation made ?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply