Add event handlers to each of the 4 buttons below. When you click the button, the background color of the corresponding box should change. Hints:
main.js
onclick
event handler.Challenge: Try to create a "reset" button that changes all of the colors back to white.