In this experience, you will continue to gain familiarity with Underscore.
As before, we’ll use a Hawaii Open Dataset providing Five Years of UH Degree Data. Here’s a screen image of this dataset:
As a reminder, here’s what the uhdata variable’s value looks like:
Let’s continue the fun!
Start your timer.
Create a fork of your previous practice WOD to use as a basis for this one.
Use the functions provided by the underscore package to implement the following two functions. Note that your solutions cannot include a for loop or an if statement!
totalDegreesByYear(data, year). This function can be passed uhdata and a year and returns the total number of degrees awarded in the passed year.
listCampuses(data). This function can be passed uhdata and returns an array containing all the campuses referenced in the passed dataset.
Press the “update” button to save your fiddle.
Stop your timer and record your time. Be sure to record it, because you will need your WOD time data when you write your technical essay.
Rx: < 9 min Av: 9 - 12 min Sd: 12 - 15 min DNF: 15+ min
Once you’ve finished trying the WOD for the first time, watch me do it.
You’ll learn significantly less from watching me solve the WOD if you haven’t attempted the WOD yourself first.
While it’s an achievement to finish the WOD no matter how long it takes, you might experience “diminishing returns” if you work longer than the DNF time. Thus, it is usually strategic to stop working at the DNF time and watch my solution.
After watching my solution, I recommend that you repeat the WOD if you have not achieved at least Av performance. If so, be sure to:
Feel free to keep trying until you make Rx if that’s of interest to you.
By the time and date indicated on the Schedule page, submit this assignment via Laulima.
Your submission should contain:
A link to the JSFiddle. Make sure you include the complete URL so that I can click on it in my mailer.
The number of times you have attempted this assignment so far, and for each time, how long it took you.
You will receive full credit for this practice WOD as long as you have attempted it at least once and submitted your work on Laulima with all required data before the due date. Your code does not have to run perfectly for you to receive full credit.