Retired

Functional programming in JS/TS - Part 2: Projecting Arrays with map() (retired)

Description
Loading description...
Fundamentals
Functional Programming
Declarative Programming
Programming Paradigms
Higher-order Functions
Functions
Control Flow
Basic Language Features
  • Please sign in or sign up to leave a comment.
  • myjinxin2015 Avatar

    Use your implementation to refactor the precedent kata, that is a function getIndexedReleases() which uses myMap() instead of forEach().

    What? You want us return what in the function getIndexedReleases()

    What?What?What?

  • donaldsebleung Avatar

    This comment has been hidden.

  • donaldsebleung Avatar

    Do NOT use Test.expect for anything other than boolean assertions - it gives completely useless feedback upon failure and makes the kata extremely frustrating for the solver to complete.