Skip to content

Instantly share code, notes, and snippets.

@artificialarea
Last active March 24, 2020 19:17
Show Gist options
  • Save artificialarea/d1bd6a47bdf7907e40aa1e0f0efd4830 to your computer and use it in GitHub Desktop.
Save artificialarea/d1bd6a47bdf7907e40aa1e0f0efd4830 to your computer and use it in GitHub Desktop.
Higher-Order Function Drills
re: https://courses.thinkful.com/nw-fund-v2/checkpoint/6
--
Pair'd: Sacha Sedriks (me) & Khandaker Sultana
1. Functions as arguments (1) > DONE
https://repl.it/@artificialArea/drill1Repeat
2. Functions as arguments (2) > DONE (failed Bonus Credit. revisit?)
https://repl.it/@artificialArea/drill2Filter-v1
3. Functions as return values > DONE
https://repl.it/@artificialArea/drill3ReturnValues
4. forEach, filter and map > DONE
https://repl.it/@artificialArea/drill4-forEach-filter-map
5. Reduce > DONE... but should *REVISIT*
https://repl.it/@artificialArea/drill5Reduce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment