1.  document.write()

2.  document.output()

3.  console.log()

4.  document.writeHTML()

4
Correct Answer :

document.write()


Explanation :
No Explanation available for this question

1.  console.write()

2.  console.output()

3.  console.log()

4.  console.writeHTML()

4
Correct Answer :

console.log()


Explanation :
No Explanation available for this question

1.  var defines a variable while let defines a constant

2.  var defined function scoped variable while let define block scoped variable

3.  The value of a variable declared with var can be changed while the value of a variable declared with let cannot be changed

4.  All of the above

4
Correct Answer :

var defined function scoped variable while let define block scoped variable


Explanation :
No Explanation available for this question

1.  Function scopes variable

2.  Block scoped variable

3.  Constant

4.  Constant with no initial value

4
Correct Answer :

Constant


Explanation :
No Explanation available for this question

1.  const constant_name;

2.  constant_name const;

3.  constant_name const = value;

4.  const constant_name = value;

4
Correct Answer :

const constant_name = value;


Explanation :
No Explanation available for this question

1.  10

2.  20

3.  ValueError

4.  TypeError

4
Correct Answer :

TypeError


Explanation :
No Explanation available for this question

1.  0

2.  undefined

3.  null

4.  NaN

4
Correct Answer :

undefined


Explanation :
No Explanation available for this question

1.  0

2.  undefined

3.  1

4.  NaN

4
Correct Answer :

NaN


Explanation :
No Explanation available for this question

1.  Yes

2.  No

2
Correct Answer :

Yes


Explanation :
No Explanation available for this question

1.  Alex Alvin

2.  AlexAlvin

3.  TypeError

4.  ValueError

4
Correct Answer :

Alex Alvin


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python