• 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
AliLtRP Avatar
Name:Ali Shahen
Clan:Unknown
Member Since:May 2022
Last Seen:Jun 2025
Profiles:
Following:4
Followers:5
Allies:4
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (15)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • hobovsky
    • resolved an issue on "The Office V - Find a Chair " kata
    • 2 years ago

    The error is presented in a bad way, but it points to a mistake in your code. It means that there is a test case where you returned String, but you should return int[ ]. Or the other way round.

    I re-raised an issue with some more details above. To pass the tests you need to identify a test case which fails for you and fix it.

  • Custom User Avatar
    • Chrono79
    • resolved an issue on "Simple Fun #258: Is Divisible By 6" kata
    • 2 years ago

    Read the description again. * is a masked char, and the numbers in the example in the description are divisible by 6. Not a kata issue.

  • Custom User Avatar
    • Zt1re
    • commented on "Calculate BMI" java solution
    • 2 years ago

    xoxo

  • Custom User Avatar
    • Zt1re
    • commented on "Change two-dimensional array" python solution
    • 2 years ago

    <3

  • Custom User Avatar
    • adidalol
    • commented on "Last digits of N^2 == N" kata
    • 2 years ago

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

  • Custom User Avatar
    • qithara
    • commented on "Pyramid Array" python solution
    • 3 years ago

    learning from the best;)

  • Custom User Avatar
    • Raqune
    • commented on "Convert a Boolean to a String" nasm solution
    • 3 years ago

    Basically,

    if something results in True, it needs to be returned as "True"

    if something results in False, it needs to be returned as "False"

    Hope that helps

  • Custom User Avatar
    • Raqune
    • commented on "Convert a Boolean to a String" nasm solution
    • 3 years ago

    What do you need explaining?

  • Custom User Avatar
    • akar-0
    • commented on "Even or Odd" kata
    • 3 years ago

    The error is originated in your code. You're doing really weird things... callee saved registers must have the same values at the start and at the end of your function.

  • Custom User Avatar
    • akar-0
    • commented on "Last digits of N^2 == N" kata
    • 3 years ago

    You must return the nth number, let's say x, for which x ^ 2 's last digits are the same digits as x. There are examples in the description that illustrate this quite well IMO.

  • Custom User Avatar
    • Chrono79
    • commented on "Length of missing array" kata
    • 3 years ago

    Because that's not the test your code fails, print the input properly. And don't try to read the length of null.

    When an array in the array is null or empty, the method should return 0 too!

  • Custom User Avatar
    • akar-0
    • commented on "Length of missing array" kata
    • 3 years ago

    An array containing null is not a null array.

  • Custom User Avatar
    • Chrono79
    • commented on "Length of missing array" kata
    • 3 years ago

    If the array of arrays is null/nil or empty, the method should return 0.

    It's already there.

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

    Why cant you check the number if it's negative?

  • Custom User Avatar
    • Chrono79
    • resolved an issue on "Is n divisible by x and y?" kata
    • 3 years ago

    Fixed.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...