Ad
  • Custom User Avatar

    You may look at the solution tab to see others' solutions. Other than that, you can only subscribe to Codewars RED to be able to compare 1v1 stats with certain users.

    Head-to-head Comparison
    Compare yourself to any other user in the system. View your solutions side-by-side to see how you solved the same kata differently.

  • Custom User Avatar

    If you get an answer, let me know. I would like to know this too!

  • Custom User Avatar

    maybe the problem is that you have to put your solution in a funtion with the name "filter_list".

    function filter_list(l) {
      // your solution here
    }