Skip to content

Instantly share code, notes, and snippets.

View eduzol's full-sized avatar
🛸

Ed Z eduzol

🛸
View GitHub Profile
@eduzol
eduzol / popcorn.js
Last active July 10, 2018 03:37 — forked from suyesh/popcorn.js
/* Popular Ice Cream Totals Quiz
*
* Using the data array and .reduce():
* - Return an object where each property is the name of an ice cream flavor
* and each value is an integer that's the total count of that flavor
* - Store the returned data in a new iceCreamTotals variable
*
* Notes:
* - Do not delete the data variable
* - Do not alter any of the data content