Skip to content

Latest commit

 

History

History

08_Dynamic-Colors

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.