• 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
PlayStore Avatar
Name:Unknown
Clan:Unknown
Member Since:Feb 2021
Last Seen:Mar 2022
Profiles:
Following:1
Followers:1
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (13)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • NikCSharp
    • commented on "Not so black box" javascript solution
    • 3 years ago

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

  • Custom User Avatar
    • brandenge
    • commented on "ES6 string addition" javascript solution
    • 3 years ago

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

  • Custom User Avatar
    • nicholas1301
    • commented on "Strings Mix" javascript solution
    • 3 years ago

    The right hand side of the || is only evaluated if the left hand side is zero (a falsy value). So the sorting prioritizes count (objects with higher count come first), and when both counts are equal, the next condition is used (alphabetical sorting, by src and then by char).

  • Custom User Avatar
    • elendil7
    • commented on "SamFR12's Kumite #2" kumite
    • 3 years ago

    The code in the rightmost brackets gets executed first, converting the input string to uppercase.
    Then, this value is passed into the leftmost pair of brackets (through the use of an es6 arrow function), and compared against the reversed string.

  • Custom User Avatar
    • akar-0
    • commented on "Build a pile of Cubes" kata
    • 3 years ago

    Please don't spoil solutions.

  • Custom User Avatar
    • Randeep-c7
    • commented on "Build a pile of Cubes" kata
    • 3 years ago

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

  • Custom User Avatar
    • Chrono79
    • commented on "Take a Ten Minute Walk" kata
    • 4 years ago

    Your function isn't returning anything, so that's the same as returning undefined that is a falsy value, you'll only pass the tests that expect false that way.

  • Custom User Avatar
    • Chrono79
    • commented on "Take a Ten Minute Walk" kata
    • 4 years ago

    The tests are fine:

    JavaScript Completions 32937

    Post your code as instructed here: https://docs.codewars.com/training/troubleshooting/#post-discourse

  • Custom User Avatar
    • Chrono79
    • commented on "Take a Ten Minute Walk" kata
    • 4 years ago

    You must be reading the logs wrong, the first one expects true and the other false.

  • Custom User Avatar
    • marcosdly
    • commented on "Build a pile of Cubes" kata
    • 4 years ago

    My whole doubt is about how to find n. What kind of formula do I should use?

  • Custom User Avatar
    • wilsonteh
    • commented on "Build a pile of Cubes" kata
    • 4 years ago

    How are we suppose to know each block takes how many height. The test only give us the so called height, m

  • Custom User Avatar
    • FArekkusu
    • resolved an issue on "Regular Ball Super Ball" kata
    • 4 years ago

    My code works fine on the IDE

    "It works" doesn't mean it is correct. ball_type is not supposed to be a method, not an issue.

  • Custom User Avatar
    • IvanGryllidae
    • commented on "Consonant value" dart solution
    • 4 years ago

    Thanks ))

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...