- Make a button switch. It should be labelled as "TURN OFF"
- Use DOM Manipulation to change the content to "TURN ON" when the button is clicked.
- Change the content to "TURN OFF" when the button is clicked again.
- (OPTIONAL) Change the style of the button when it is turned on.
- (CHALLENGE) Add a bulb image which toggles on and off when the button is clicked.