Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Current Affairs
General Knowledge
Chemical Engineering
UPSEE
BSNL
ISRO
BITSAT
Amazon
ORACLE
Verbal Ability
→
Aptitude
→
Algebra in Aptitude
→
True or false: All keys in an object are strings.(...
1.
True or false: All keys in an object are strings.(A) True(B) False(C) Depends on the Object type(D) None of the above
Answer»
Show Answer
Discussion
No Comment Found
Post Comment
Related InterviewSolutions
What will be the output of the following code?<script>let result = 0;for (let i = 0; i < 5; i++) {result += i;}document.write(result);</script>(A) 5(B) 0(C) 10(D) None of the above
What will be the output of the following code?<script>if (5) {document.write("I like peanuts");}</script>(A) I like peanuts(B) undefined(C) nothing will be printed(D) None of the above
What will be the output of the following code?<script>let bar = 1;foo = {};foo: {bar : 2;baz : ++bar;};document.write(foo.baz + foo.bar + bar);</script>(A) NaN(B) 5(C) 4(D) 1
True or false: All keys in an object are strings.(A) True(B) False(C) Depends on the Object type(D) None of the above
Given a collection of artists and lists of their songs, would you store the artist-song-list pairs in an Object or an Array?(A) Object(B) Array(C) Function(D) None of the above
What will be the output of the following code?<script>document.write( 10 > 9 > 8 === true );</script>(A) true(B) false(C) 1(D) 0
What will be the output of the following code?<script>document.write(String('Hello') == 'Hello');</script>(A) true(B) false(C) 1(D) 0
What will be the output of the following code?<script>document.write(( true + false ) > 2 + true );</script>(A) true(B) false(C) 1(D) 0
What will be the output of the following code?<script>document.write(NaN == NaN);</script>(A) true(B) false(C) 1(D) 0
What will be the output of the following code?<script>document.write(Number('1') - 1 == 0);</script>(A) true(B) false(C) 1(D) None of the above
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies