1.  PHP

2.  Java

3.  Ruby On Rails

4.  Javascript

4
Correct Answer :

Javascript


Explanation :
No Explanation available for this question

1.  true

2.  false

2
Correct Answer :

false


Explanation :
No Explanation available for this question

1.  true

2.  false

2
Correct Answer :

true


Explanation :
No Explanation available for this question

1.  true

2.  false

2
Correct Answer :

true


Explanation :
No Explanation available for this question

1.  { foo: 1 }

2.  N/A, the above throws an error

3.  { foo: 1, bar: 2 }

4.  { foo: 1, 2: bar }

4
Correct Answer :

{ foo: 1, bar: 2 }


Explanation :
No Explanation available for this question

1.  self1 === self3

2.  self2 === self3

3.  self1 === self2

4.  self2 !== self3

4
Correct Answer :

self2 !== self3


Explanation :
No Explanation available for this question

1.  TypeError

2.  SyntaxError

3.  'The speed brown fox jumps over the lazy dog.'

4.  'The quick brown fox jumps over the lazy dog.'

4
Correct Answer :

'The quick brown fox jumps over the lazy dog.'


Explanation :
No Explanation available for this question

1.  [1, 2, 3]

2.  [1, 2, 3, 4, 5, 6]

3.  [4, 5, 6, 1, 2, 3]

4.  Uncaught TypeError: Assignment to constant variable.

4
Correct Answer :

Uncaught TypeError: Assignment to constant variable.


Explanation :
No Explanation available for this question

1.  [2, 1, 1]

2.  [2, undefined, 1]

3.  [2, 1, 2]

4.  [2, undefined, 2]

4
Correct Answer :

[2, 1, 1]


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python