1.  int

2.  float

3.  long

4.  number

4
Correct Answer :

number


Explanation :
No Explanation available for this question

1.  SyntaxError

2.  ValueError

3.  0

4.  function addition(a, b) { return a+b; }

4
Correct Answer :

function addition(a, b) { return a+b; }


Explanation :
No Explanation available for this question

1.  Yes

2.  No

2
Correct Answer :

Yes


Explanation :
No Explanation available for this question

1.  One value

2.  Two values

3.  Three values

4.  Many values

4
Correct Answer :

Many values


Explanation :
No Explanation available for this question

1.  objectName:propertyName

2.  propertyName

3.  objectName["propertyName"]

4.  Both B. and C.

4
Correct Answer :

Both B. and C.


Explanation :
No Explanation available for this question

1.  strlen

2.  len

3.  length

4.  Length

4
Correct Answer :

length


Explanation :
No Explanation available for this question

1.  Single quote (')

2.  Single backslash ()

3.  Double quote (")

4.  Tipple single quote (''')

4
Correct Answer :

Single backslash (\)


Explanation :
No Explanation available for this question

1.  var s = new String("google!");

2.  var s = String("google!");

3.  var s = "google!"

4.  All of the above

4
Correct Answer :

var s = new String("google!");


Explanation :
No Explanation available for this question

1.  Single quotes ('')

2.  Backslash with single quote (’'')

3.  Backslashes (\)

4.  Back-ticks (``)

4
Correct Answer :

Back-ticks (``)


Explanation :
No Explanation available for this question

1.  toString()

2.  intToString()

3.  parseInteger()

4.  All of the above

4
Correct Answer :

toString()


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python