Let's link clicking the button to a function. Code the setColor() function.
setColor()
Make sure to pick function followed by setColor and then (, ), {, }.
function
setColor
(
)
{
}