STEP 7: Let's use the variable star_color to control the color of our stars!
Remember, variable names do NOT have quotes around them. The variable name is star_color. The variable's value is "aqua".
- Replace the color argument of each star from "yellow" to the variable star_color.
To navigate the page using the TAB key, first press ESC to exit the code editor.