MCQOPTIONS
Bookmark
Saved Bookmarks
→
Javascript
→
Blobs in Javascript
→
A hexadecimal literal begins with..
1.
A hexadecimal literal begins with
A.
00
B.
0x
C.
0X
D.
Both 0x and 0X
Answer» E.
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Consider the following snippet code:var string1 = "123";var intvalue = 123;alert( string1 + intvalue );The result would be
Consider the following code snippet. What will be the role of the continue keyword in the above code snippet?
Consider the following code snippet. In the snippet, firstname and surname are
Identify the process done in the below code snippet
Variable declared inside JavaScript Function will be called as ____________.
It is good to include JS code inside footer section in order to speed up the Page loading time of Webpage.
Consider the following code snippetfunction f(o) { if (o === undefined) debugger;}What could be the task of the statement debugger?
The output for the following code snippet would most appropriately be
Which attribute is used to specifies that the script is executed when the page has finished parsing (only for external scripts)
To determine whether one object is the prototype of (or is part of the prototype chain of) another object, one should use the
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply