PREVIEW: Today you'll be learning about functions with parameters to create customizable party invitations!
- Click Run to see an example invitation.
- Look at the function calls (lines 16, 18, 20). What are the 3 values in parentheses?
- Look at the function definition (line 8). What value do you think each of the variables is storing?
- Change "summer" on line 16 to "fall" and Run the program. What changes?
To navigate the page using the TAB key, first press ESC to exit the code editor.