Programming Challenge 1: Modifying the `onclick` Event Listener
In this lesson, we will cover a really useful challenge on event listeners to modify their actions when a user performs a certain action. Let's begin!
We'll cover the following...
Challenge
Modify the onclick
event listener to add a <p>
element that says Clicked!
every time the ...