/higher-order-functions

an implementation for some of higher order functions in JavaScript.

Primary LanguageJavaScript

Implementation for the following functions:

  • forEach
  • filter
  • map
  • sort
  • reduce