Red
Blue
Green
Make 3 functions that set body element's background color to red, blue, and green respectively.
Now, see if you can create 1 function that can do the same thing. Hint: pass a "color" argument into the function.