Which JavaScript statement results in changing “ Tony” to “Mr. T.”?
Refer to the HTML below:
<div id=”main”>
<ul>
<li>Leo</li>
<li>Tony</li>
<li>Tiger</li>
</ul>
</div>
Which JavaScript statement results in changing “ Tony” to “Mr. T.”?
A . document.querySelectorAll(‘$main $TONY’).innerHTML = ’ Mr. T. ’;
B . document.querySelector(‘$main li:second-child’).innerHTML = ’ Mr. T. ’;
C . document.querySelector(‘$main li.Tony’).innerHTML = ’ Mr. T. ’;
D . document.querySelector(‘$main li:nth-child(2)’),innerHTML =’ Mr. T. ’;
Answer: D
Latest JavaScript Developer I Dumps Valid Version with 144 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments