Exercise: What is Going On in this JavaScript Function?

  • Due Oct 30, 2018 at 11:59pm
  • Points 10
  • Questions 1
  • Available Oct 23, 2018 at 12:15pm - Dec 18, 2018 at 11:59pm
  • Time Limit None
  • Allowed Attempts Unlimited

Instructions

For this exercise, you're asked to match up the parts of a JavaScript function with a description of what is happening or going on.

We're using the function that creates an unordered list of seasons and places it on the page.  For a working example, see:
JS Fiddle:  Make Seasons

You can look at the "makeSeasonsList" function in the JS Fiddle linked to above, and it is also shown below:
seasons-function.png

Only registered, enrolled users can take graded quizzes