Ad
  • Custom User Avatar

    I think there is a problem with your code: func must be applied to each element of the list, not to the whole list. Beware, func argument of map is different from func you defined above.

  • Custom User Avatar

    What do you mean? Can you give examples? Which languages? There is no issue until you proved there is actually one. I completed this kata in JS and Python and I see no problem.