1.  5 5 5 5

2.  5 3 2 1

3.  5 3 1

4.  5 3 1 -1 -3

4
Correct Answer :

5 3 1 -1 -3


Explanation :
No Explanation available for this question

1.  Error

2.  10

3.  0 1 2 3 4 5 6 7 8 9

4.  0

4
Correct Answer :

10


Explanation :
No Explanation available for this question

1.  Returns value null

2.  Returns exception

3.  Returns the value in scope

4.  Shows an error message

4
Correct Answer :

Returns the value in scope


Explanation :
No Explanation available for this question

1.  Code A

2.  Code B

3.  Both Code A and Code B

4.  Cannot Compare

4
Correct Answer :

Code A


Explanation :
No Explanation available for this question

1.  An error is displayed

2.  An exception is thrown

3.  The values of count variable are logged or stored in a particular location or storage

4.  The value of count from 0 to 9 is displayed in the console

4
Correct Answer :

The value of count from 0 to 9 is displayed in the console


Explanation :
No Explanation available for this question

1.  toExponential()

2.  toFixed()

3.  toPrecision()

4.  toLocaleString()

4
Correct Answer :

toFixed()


Explanation :
No Explanation available for this question

1.  slice()

2.  split()

3.  substr()

4.  search()

4
Correct Answer :

substr()


Explanation :
No Explanation available for this question

1.  Both x and y are equal in value, type and reference address as well.

2.  Both are x and y are equal in value only.

3.  Both are equal in the value and data type.

4.  Both are not same at all.

4
Correct Answer :

Both are equal in the value and data type.


Explanation :
No Explanation available for this question

1.  if(a!==null)

2.  if (a!)

3.  if(a!null)

4.  if(a!=null)

4
Correct Answer :

if(a!==null)


Explanation :
No Explanation available for this question

1.  Function prototype

2.  Function literal

3.  Function calling

4.  Function declaration

4
Correct Answer :

Function literal


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python