Ad
  • Default User Avatar

    Because the number of solutions already registered (>1300) I think now kata can not be changed.

  • Custom User Avatar

    As already mentioned, there're some corner cases, that don't fit.

    Test.assertEquals(last(), undefined); //-- undefined
    Test.assertEquals(last(1, [2, 3]), [2, 3]);//-- last item is array

  • Default User Avatar

    I think if there are multiple arguments and the last one is an array, the return value could be a little bit confusing. Of course a special situation but who knows :)