• 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
Kamil-git Avatar
Name:Kamil_Kwiatkowski
Clan:xxx
Member Since:Apr 2022
Last Seen:Sep 2022
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (11)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Chrono79
    • commented on "Number-Star ladder" kata
    • 3 years ago

    Use markdown formatting:

    Expected: '1\n1*2\n1**3', instead got: '1\n1*2\n1**3\n'
    

    Note: There is no newline in the end (after the pattern ends)

  • Custom User Avatar
    • Kamil-git
    • commented on "Number-Star ladder" kata
    • 3 years ago

    Expected: '1\n12\n1**3', instead got: '1\n12\n1**3\n'

  • Custom User Avatar
    • akar-0
    • commented on "Number-Star ladder" kata
    • 3 years ago

    You must return the result, not print it.

  • Custom User Avatar
    • Kamil-git
    • commented on "Number-Star ladder" kata
    • 3 years ago

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

  • Custom User Avatar
    • Chrono79
    • commented on "Find The Parity Outlier" kata
    • 3 years ago

    That's a problem with your code, print the input to analyze why it fails. Read this: https://docs.codewars.com/training/troubleshooting/#print-input

  • Custom User Avatar
    • Kamil-git
    • commented on "Find The Parity Outlier" kata
    • 3 years ago

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

  • Custom User Avatar
    • Chrono79
    • resolved an issue on "Find The Parity Outlier" kata
    • 3 years ago

    Not a kata issue.

  • Custom User Avatar
    • Kamil-git
    • commented on "Find The Parity Outlier" kata
    • 3 years ago

    SyntaxError: Unexpected end of JSON input

    at JSON.parse (<anonymous>)
    
    at findOutlier (test.js:21:17)
    
    at Context.it (test.js:56:25)
    
  • Custom User Avatar
    • Kamil-git
    • commented on "Find The Parity Outlier" kata
    • 3 years ago

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

  • Custom User Avatar
    • Ciprian Amza
    • commented on "Find The Parity Outlier" kata
    • 3 years ago

    As you can see from the message, you return a NaN, but the expected value is an integer (105313274). Are you sure you initialize your variables correctly? For example let myValue instead of let MyValue = 0.

  • Custom User Avatar
    • Kamil-git
    • commented on "Find The Parity Outlier" kata
    • 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...