Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 308 Bytes

File metadata and controls

13 lines (7 loc) · 308 Bytes

Dynamic Colors

What You'll Do

Create three buttons: blue, pink, and green. When each button is clicked, you should set the background of the document body to the selected color.

Requirements

  • Use closures

Output

Set the background of the document body to the selected color.