Draft

Capsule Wardrobe 1: Shirts

Description
Loading description...
  • Please sign in or sign up to leave a comment.
  • Voile Avatar

    Please, this is a bad 8kyu and it's almost guaranteed to be a duplicate of some katas out there.

  • fangnanjun Avatar

    How about using like this ? Or should I sort first and then use indexOf to find the first and then slice ? var capsuleWardrobe = function (shirts) { var arr = shirts.filter(function(x) { return x >= 8; }); return arr.length; }

  • ZozoFouchtra Avatar

    You should think about more (and *RANDOM*) test.

    ; ) )