• 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
ubaw Avatar
Name:Unknown
Clan:Unknown
Skills:java, javascript, php
Member Since:Feb 2015
Last Seen:Sep 2017
Profiles:
    Following:0
    Followers:7
    Allies:0
    View Profile Badges
    Ad
    Educator, struggling to assess your students?
    Assess your classroom or bootcamp with the world leading assessment platform, Qualified.Request your demo today!
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations
    • Replies (12)
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • lechevalier
      • commented on "The Road-Kill Detective" kata
      • 8 years ago

      Yes, it is, because the "photo" has to match the corresponding animal in correct order, reversed or not.

    • Custom User Avatar
      • Blind4Basics
      • commented on "Reverse or rotate?" java solution
      • 8 years ago

      StringBuffer is slower, so if you don't need synchroniszation/parallelism, you should prefer StringBuilder.

    • Custom User Avatar
      • g964
      • commented on "Reverse or rotate?" kata
      • 9 years ago

      Wow! I'm very sorry:-( My bad: a "this->" forgotten. Hope everything correct now.

    • Custom User Avatar
      • g964
      • commented on "Reverse or rotate?" kata
      • 9 years ago

      Typo fixed, could you try again?

    • Custom User Avatar
      • g964
      • commented on "Phone Directory" kata
      • 9 years ago

      Good solution!

    • Custom User Avatar
      • g964
      • commented on "Phone Directory" kata
      • 9 years ago

      The data for "Submit" tests is much longer and there is an Elizabeth Corder. I am afraid there is an error in your program. Be sure that the tests work properly:-)

    • Custom User Avatar
      • matt c
      • commented on "Default + Rest + Spread" kata
      • 10 years ago

      yes for example if you had a function like this

      myFunction(a, b, ...c) {
        return (a + b) * c.length;
      }
      myFunction(1, 2, 3, 4, 5) // 9
      

      This is because a = 1, b = 2 but the rest of the arguments are concatenated into an array so c = [3, 4, 5].
      since the return statement is (a + b) * c.length it basically stands for (1 + 2) * 3 hence the answer as 9.
      Hope this makes sence, good luck

    • Custom User Avatar
      • GiacomoSorbi
      • commented on "No Duplicates Here" kata
      • 10 years ago

      Done :)

    • Custom User Avatar
      • thegsi
      • commented on "No Duplicates Here" kata
      • 10 years ago

      Yes, please add falsey values to the description. I will add a zero the the test case now.

    • Custom User Avatar
      • GiacomoSorbi
      • commented on "No Duplicates Here" kata
      • 10 years ago

      Checking the original code, I would assume that all falsey values are like null.

      I would also add that to the description, if the author is ok with it.

    • Custom User Avatar
      • thegsi
      • commented on "No Duplicates Here" kata
      • 10 years ago

      Sorry, I do not understand what you mean. Which solutions are the problem.

    • Custom User Avatar
      • ZozoFouchtra
      • commented on "String ends with?" kata
      • 10 years ago

      Do you really think that "samurai" ends with "ra" ?

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...