• 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
navigator Avatar
Name:Unknown
Clan:Unknown
Member Since:Jun 2017
Last Seen:Dec 2019
Profiles:
    Following:2
    Followers:2
    Allies:1
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (34)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • EPiph
      • commented on "Object-Oriented PHP #10 - Objects on the Fly [Advanced]" kata
      • 2 years ago

      No help here?

    • Custom User Avatar
      • a90100
      • commented on "Consecutive strings" javascript solution
      • 3 years ago

      @AWTom Great, the solution has readability and efficacy.

    • Custom User Avatar
      • AWTom
      • commented on "Consecutive strings" javascript solution
      • 3 years ago

      I wrote a very similar solution with much more readable variable names. The biggest differences are that mine uses a slice instead of the first for loop, and reads the length values inside of the main loop rather than assigning a new array for them.

      https://www.codewars.com/kata/reviews/56a5db17af136c8210000058/groups/635a0ade4e920a000183011d/

    • Custom User Avatar
      • maksik228
      • commented on "Vowel Count" php solution
      • 6 years ago

      really cool!

    • Custom User Avatar
      • user2662995
      • commented on "Deodorant Evaporator" kata
      • 6 years ago

      I had to go as far as your comment to understand the exercise. I completely agree with you both: it would be good to clarify the statement.

    • Custom User Avatar
      • navigator
      • commented on "Consecutive strings" javascript solution
      • 7 years ago

      Great solution! But could you also kindly sprinkle some few lines of comments for your short var names (if you don't mind) so people (like me) grasp in shorter time

      example like what mx_nd is about (took sometime to figure out)

    • Custom User Avatar
      • uzawat
      • commented on "Vowel Count" php solution
      • 7 years ago

      nice and concise!

    • Custom User Avatar
      • serhii_cho
      • commented on "Vowel Count" php solution
      • 7 years ago

      Clean as f

    • Custom User Avatar
      • 5iN
      • commented on "Deodorant Evaporator" kata
      • 7 years ago

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

    • Custom User Avatar
      • jzkarap
      • commented on "Object-Oriented PHP #10 - Objects on the Fly [Advanced]" kata
      • 7 years ago

      I'm trying to avoid that temptation, but I've been searching for hours on how to call an anonymous class within an anonymous class and the kata doesn't seem to accept any of the solutions I've tried.

    • Custom User Avatar
      • jalovatt
      • commented on "Easy wallpaper" kata
      • 7 years ago

      Not sure if you've figured it out in the meantime, but since this comment thread helped me get the right answer I figured I should return the favor:

      Where does wallpaper go?

    • Custom User Avatar
      • navigator
      • created an issue for "PHP Immutable" kata
      • 7 years ago

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

    • Custom User Avatar
      • navigator
      • commented on "Lottery Ticket" kata
      • 7 years ago

      Note you can only have one mini win per sub array.

    • Custom User Avatar
      • navigator
      • commented on "Sum by Factors" kata
      • 7 years ago

      input [27, 27, 26, 48, 41, 44, 32, 35, 31, 42, 45, 37, 48, -53, 34, 40, 45, 21, 38, 33]

      output:
      array(8) { array(2) { [0]=> int(2) [1]=> int(352) } [1]=> array(2) { [0]=> int(3) [1]=> int(336) } [2]=> array(2) { [0]=> int(5) [1]=> int(165) } [3]=> array(2) { [0]=> int(7) [1]=> int(98) } [4]=> array(2) { [0]=> int(11) [1]=> int(77) } [5]=> array(2) { [0]=> int(13) [1]=> int(26) } [6]=> array(2) { [0]=> int(17) [1]=> int(34) } [7]=> array(2) { [0]=> int(19) [1]=> int(38) } }

    • Custom User Avatar
      • navigator
      • commented on "Sum by Factors" kata
      • 7 years ago

      Hand checking the input gives correct answer (at least for the couple of inputs i've checked). Can you please give me one input and expected result pair for testRandom input so I can test it on my local machine to test?

    • Loading more items...
    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...