1.  A jQuery object

2.  An array

3.  A linked list

4.  A hash or dictionary

4
Correct Answer :

A jQuery object


Explanation :
No Explanation available for this question

1.  The first span element with class=”intro”

2.  The first span element with id=”intro”

3.  All span elements with id=”intro”

4.  All span elements with class=”intro”

4
Correct Answer :

All span elements with class=”intro”


Explanation :
No Explanation available for this question

1.  The first element with id=”cl1 inside any div element with class=”id1?

2.  All elements with class=”cl1? inside the first div element with id=”id1?

3.  All div elements with id=”id1? or class=”cl1?

3
Correct Answer :

All elements with class=”cl1? inside the first div element with id=”id1?


Explanation :
No Explanation available for this question

1.  $("span").style("background-color","blue");

2.  $("span").manipulate("background-color","blue");

3.  $("span").css("background-color","blue");

4.  $("span").layout("background-color","blue");

4
Correct Answer :

$("span").css("background-color","blue");


Explanation :
No Explanation available for this question

1.  document.write("Hello World")

2.  response.write("Hello World")

3.  ("Hello World")

4.  None of the above

4
Correct Answer :

document.write("Hello World")


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python