1.  const

2.  var

3.  let

4.  constant

4
Correct Answer :

const


Explanation :
No Explanation available for this question

1.  document.write()

2.  console.log()

3.  window.alert()

4.  All of the above

4
Correct Answer :

All of the above


Explanation :
No Explanation available for this question

1.  getElementById()

2.  getElementsByClassName()

3.  Both A and B

4.  None of the above

4
Correct Answer :

Both A and B


Explanation :
No Explanation available for this question

1.  var

2.  let

3.  Both A and B

4.  None of the above

4
Correct Answer :

Both A and B


Explanation :
No Explanation available for this question

1.  characterAt()

2.  getCharAt()

3.  charAt()

4.  None of the above

4
Correct Answer :

charAt()


Explanation :
No Explanation available for this question

1.  var book = Object();

2.  var book = new Object();

3.  var book = new OBJECT();

4.  var book = new Book();

4
Correct Answer :

var book = new Object();


Explanation :
No Explanation available for this question

1.  toSource()

2.  valueOf()

3.  toString()

4.  None of the above

4
Correct Answer :

toSource()


Explanation :
No Explanation available for this question

1.  slice()

2.  split()

3.  replace()

4.  search()

4
Correct Answer :

split()


Explanation :
No Explanation available for this question

1.  toLocaleUpperCase()

2.  toUpperCase()

3.  toString()

4.  substring()

4
Correct Answer :

toString()


Explanation :
No Explanation available for this question

1.  link()

2.  small()

3.  sup()

4.  sub()

4
Correct Answer :

small()


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python