Sail E0 Webinar
Question
What is the correct way of assigning a variable to a class?Without jQuery
Options:
A .  var ex = document.class("example");
B .  var ex = document.GetElementById("example");
C .  var ex = document.querySelector(".example");
D .  var ex = $(".example");
Answer: Option C

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers