List of questions
Related questions
Question 205 - Certified JavaScript Developer I discussion
Refer to the HTML below:
Which JavaScript statement results in changing " The Lion."?
A.
document.querySelectorAll('$main ONY').innerHTML = '" The Lion
B.
document.querySelector('$main li:second-child').innerHTML = " The Lion ';
C.
document.querySelector('$main li.Tony').innerHTML = '" The Lion ';
D.
document.querySelector('$main li:nth-child(2)'),innerHTML = " The Lion. ';
Your answer:
0 comments
Sorted by
Leave a comment first