1.  javascript

2.  java/script

3.  NaN

4.  None of the above

4
Correct Answer :

NaN


Explanation :
No Explanation available for this question

1.  If null or omitted, all properties of the object are included in the resulting JSON string

2.  If a function, transforms values and properties encountered while stringifying

3.  All three statements are true

4.  If an array, specifies the names of the properties in the object to include in the resulting JSON string

4
Correct Answer :

All three statements are true


Explanation :
No Explanation available for this question

1.  { "meals" : { "breakfast" , "lunch" , "dinner" } }

2.  { "meals" : [ "breakfast" , "lunch" , "dinner" ] }

3.  [ "meals" : { "breakfast" , "lunch" , "dinner" } ]

4.  [ {"meals" : { "breakfast" , "lunch" , "dinner" } } ]

4
Correct Answer :

{ "meals" : [ "breakfast" , "lunch" , "dinner" ] }


Explanation :
No Explanation available for this question

1.  It uses bitwise checking

2.  It uses === and !== instead

3.  It uses equals() and notequals() instead

4.  It uses equalto()

4
Correct Answer :

It uses === and !== instead


Explanation :
No Explanation available for this question

1.  When JSON is not offered.

2.  When you need to use tags to structure your content.

3.  You need message validation or you're using XSLT.

4.  Never, JSON is worlds better.

4
Correct Answer :

You need message validation or you're using XSLT.


Explanation :
No Explanation available for this question

1.  Get the object

2.  Dereference the current scope chain

3.  Reference the current scope chain

4.  Return the value

4
Correct Answer :

Reference the current scope chain


Explanation :
No Explanation available for this question

1.  Faster transfer times over the internet

2.  Parsing JSON is noticeably faster than parsing XML

3.  Web apps have a smaller footprint

3
Correct Answer :

Faster transfer times over the internet


Explanation :
No Explanation available for this question

1.  ReferenceError

2.  EvalError

3.  SyntaxError

4.  TypeError

4
Correct Answer :

SyntaxError


Explanation :
No Explanation available for this question

1.  JSON.eval()

2.  JSON.parse()

3.  jQuery.parseJSON()

4.  eval()

4
Correct Answer :

JSON.eval()


Explanation :
No Explanation available for this question

1.  No, it will be stripped out.

2.  Yes, only within strings.

3.  Yes, only outside of strings.

4.  Yes, both inside and outside of strings

4
Correct Answer :

Yes, only within strings.


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python