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.

  • Default User Avatar

    Unfortunately, I didn't get an answer.

  • Custom User Avatar

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

  • Default User Avatar

    You have right. When I try it in that way, everything was right. I didn't now that the name of the function is also important. Thank you for your answer!

  • 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
    }
    
  • Default User Avatar

    Hello!
    In te VS I'm getting good results, but here i'm getting this message:
    Fixed tests
    ReferenceError: filter_list is not defined
    at Context. (test.js:15:12)
    at process.processImmediate (node:internal/timers:471:21)
    Random tests
    ReferenceError: filter_list is not defined
    at Context. (test.js:37:14)
    at process.processImmediate (node:internal/timers:471:21)

    Could someone explain me what is going on?
    
    Language is JS.
    
  • Default User Avatar

    Hello to everyone! I'm new here. Could you please explain me where and how to put code to analyze it with the others?