Exercise:

Use the querySelectorAll method to find the <p> element, and change its text to "Good Job!".

Syntax hint: document.querySelectorAll("selector")

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com