• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
rickansen Avatar
Name:Andersen
Clan:#100Devs - leonnoel.com/twitch
Member Since:Apr 2022
Last Seen:Dec 2024
Profiles:
Following:486
Followers:488
Allies:486
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (10)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Voile
    • resolved a question on "No one likes carrying change." kata
    • 2 years ago
  • Custom User Avatar
    • geoffp
    • commented on "Unwanted dollars" kata
    • 3 years ago

    Try to narrow it down to a specific test case. Find out what your code is returning in that case. That'll probably tell you what the problem is.

    The only asserts in the JS version of this kata are standard ones (Test.expect()).

  • Custom User Avatar
    • geoffp
    • commented on "Unwanted dollars" kata
    • 3 years ago

    Which language?

  • Custom User Avatar
    • elasri21
    • commented on "Range Extraction" kata
    • 3 years ago

    i still dont find the trick

  • Custom User Avatar
    • W_2004
    • commented on "Car Number Plate Calculator" kata
    • 3 years ago

    Thanks!

    Glad you like it;

  • Custom User Avatar
    • stevemartis
    • commented on "Probation Officer - Prescription Drug Review" kata
    • 3 years ago

    Thanks! Good work. :)

  • Custom User Avatar
    • XoRMiAS
    • commented on "Pyramid Slide Down" kata
    • 3 years ago

    Tbh, I'm not entirely sure what you are doing or what you are trying to do in your current solution.

    If it helps, your code currently fails for:
    [[1],[2,3],[6,3,4]], solution: 9
    [[1],[1,2],[3,1,1]], solution: 5

    You might want to read the description again.

  • Custom User Avatar
    • Eb992
    • commented on "Find the unique number" kata
    • 3 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • akar-0
    • commented on "No one likes carrying change." kata
    • 3 years ago

    You have no test failed because your code crashes on performance tests, and tests abort as soon as it happens. Read the log to the end:

    STDERR
    FATAL ERROR: invalid array length Allocation failed - JavaScript heap out of memory
    Aborted (core dumped)
    
  • Custom User Avatar
    • 20jasper
    • commented on "Build a pile of Cubes" javascript solution
    • 3 years ago

    This comment is hidden because it contains spoiler information about the solution

  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...