0 of 50 questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Your time:
Time has elapsed
What is the output of below program.
What is the output of below given code.
What is the output of below given code.
What is the output of below given code.
What is the output of below given code.
Which of the following is the correct output for the following JavaScript code:
Which of the following is the correct output for the following JavaScript code:
Which of the following is the correct output for the following JavaScript code:
Which of the following is the correct output for the following JavaScript code:
Which of the following is the correct output for the following JavaScript code:
See the given code of JavaScript and choose the correct output from the following:
What will be the output of the following JavaScript code?
Find out the correct output of the following given piece of code from the given options:
Which of the following is the correct output for the following JavaScript code:
Which one of the following is correct output for the following given JavaScript code:
Which one of the following is correct output for the following given JavaScript code:
Which one of the following is correct output for the following given JavaScript code:
Which one of the following is correct output for the following given JavaScript code:
Which one of the following is correct output for the following given JavaScript code
Which of the following is the correct output for the following JavaScript code:
Which one of the following is the possibly correct output for the given JavaScript code?
Which one of the following is the correct output for the given JavaScript code?
Which of the following options would be the correct output for the given JavaScript code?
Consider the following piece of JavaScript code:
What is the role of the “debugger” statement?
What will be the output of the following JavaScript code?
Which one of the following is the correct output for the given JavaScript code?
What kind of work is being performed in the following given part of JavaScript’s code?
What will be the output of the following JavaScript code?
What will be the output obtained by “shift ()” in the given code of JavaScript?
Which one of the following options is the correct output for the given code of java script?
jQuery is a –
Which of the following sign is used as a shortcut for jQuery?
$(this) in jQuery is used when –
Which of the following jQuery method is used to hide the selected elements?
Which of the following jQuery method can be used to deal with the name conflicts?
The correct syntax to set the background color of all h1 elements to yellow in jQuery –
The jQuery method used to perform an asynchronous HTTP request –
What does the syntax $(“p.para”) will select?
The correct syntax for selecting the first paragraph element with id p1 is
Which of the following jQuery method is used to check whether or not the selected elements have the specified class name?
Which of the following jQuery method is used to set the value of an element?
The jQuery method used to get all ancestors of the matched set of elements is –
The jQuery method used for parsing the JSON text is –
What does the syntax $(“div#myDiv .para”) will select?
The :even and :odd filters in jQuery are used to –
Which of the following is the correct code in jQuery to make all div elements 150px high?
The jQuery method used to find all previous sibling elements of the current element is –
The jQuery method used to load data using HTTP get is –
The code $(“p”).css(“background-color”,”yellow”) is equivalent to –
Which of the following selector in jQuery is used to select the elements with lesser index value than the value of its index parameter?