1.  To store information remotely.

2.  To send and receive bits of data.

3.  To store information locally.

3
Correct Answer :

To send and receive bits of data.


Explanation :
No Explanation available for this question

1.  Alert

2.  Prompt

3.  Confirm

4.  All of the above

4
Correct Answer :

All of the above


Explanation :
No Explanation available for this question

1.  JSON.parse('({"FirstName": "John", "LastName":"Doe"})');

2.  JSON.parse("{'FirstName': 'John', 'LastName':'Doe'}");

3.  JSON.parse("({'FirstName': 'John', 'LastName':'Doe'})");

4.  JSON.parse('{"FirstName": "John", "LastName":"Doe"}');

4
Correct Answer :

JSON.parse('{"FirstName": "John", "LastName":"Doe"}');


Explanation :
No Explanation available for this question

1.  

2.  

3.  

4.  

4
Correct Answer :

<script src="demo.js">


Explanation :
No Explanation available for this question

1.  { "letters" : [ "a", "b", "c"; ] }

2.  { 'letters' : {"a", "b", "c" } }

3.  { "letters" : [ a, b, c ] }

4.  { "letters" : [ "a", "b", "c" ] }

4
Correct Answer :

{ "letters" : [ "a", "b", "c" ] }


Explanation :
No Explanation available for this question

1.  Object

2.  Array

3.  Class

4.  Not a valid JSON string

4
Correct Answer :

Object


Explanation :
No Explanation available for this question

1.  JavaScript is a stripped-down version of Java

2.  JavaScript's syntax is loosely based on Java's

3.  They both originated on the island of Java

4.  None of the above

4
Correct Answer :

JavaScript's syntax is loosely based on Java's


Explanation :
No Explanation available for this question

1.  "{ }", "a string", "false", "0"

2.  [ ], 0, "true", "0"

3.  { }, "0", false, 0

4.  { }, hello, "false", "0"

4
Correct Answer :

{ }, "0", false, 0


Explanation :
No Explanation available for this question

1.  String

2.  Array

3.  Boolean

4.  Object

4
Correct Answer :

Object


Explanation :
No Explanation available for this question

1.  False

2.  True

2
Correct Answer :

False


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python