JavaScript Coding Quiz

Analyze the snippet and submit your answers for grading.

<p id="name"></p>
<button type="button" onclick="document.getElementById('name').innerHTML = 'Jenny'">
  Click Me!
</button>

Test the actual behavior below:

Q3. Which of the following get the element with the specified id? (10 pts)

Quiz Generated by AI