• 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
SteveArray Avatar
Name:Unknown
Clan:Poppers
Member Since:Feb 2018
Last Seen:May 2025
Profiles:
    Following:63
    Followers:58
    Allies:57
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (73)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • ski1717
      • commented on "A Strange Trip to the Market" javascript solution
      • 3 years ago

      wym by fork

    • Custom User Avatar
      • SteveArray
      • commented on "Are they the "same"?" javascript solution
      • 4 years ago

      You would be better off storing the index in a variable instead of using the indexOf method twice.

    • Custom User Avatar
      • SteveArray
      • commented on "String incrementer" javascript solution
      • 4 years ago

      This is a solution I was looking for. Great job!

    • Custom User Avatar
      • SteveArray
      • commented on "Tribonacci Sequence" javascript solution
      • 5 years ago

      Where you have copied the array with the line, let s = signature you are mutating the original array, which in many cases may not be what you want and can be a source of bugs in your code. You would be better off using something like let s = [...signature]; or let s = Array.from(signature); so anything you now do to s does not affect signature.

    • Custom User Avatar
      • ejini战神
      • commented on "A Strange Trip to the Market" javascript solution
      • 5 years ago

      added in the fork ~~

    • Custom User Avatar
      • SteveArray
      • commented on "Valid Parentheses" javascript solution
      • 5 years ago

      This is a clever recursive solution, I like it.

    • Custom User Avatar
      • SteveArray
      • commented on "Training JS #26: methods of arrayObject---map()" javascript solution
      • 5 years ago

      Clever use of the Math.ceil method.

    • Custom User Avatar
      • SteveArray
      • commented on "Who likes it?" javascript solution
      • 5 years ago

      This cracked me up, cheers for the laughs.

    • Custom User Avatar
      • SteveArray
      • commented on "Who likes it?" javascript solution
      • 5 years ago

      This cracked me up, cheers for the laughs.

    • Custom User Avatar
      • SteveArray
      • commented on "Who likes it?" javascript solution
      • 5 years ago

      I started using if statements and then after I wrote two of them I changed it for a switch statement.

    • Custom User Avatar
      • SteveArray
      • commented on "Who likes it?" javascript solution
      • 5 years ago

      I started using if statements and then after I wrote two of them I changed it for a switch statement.

    • Custom User Avatar
      • SteveArray
      • commented on "Who likes it?" javascript solution
      • 5 years ago

      I don't understand how this is a 6kyu kata. I've had harder 8kyu katas.

    • Custom User Avatar
      • SteveArray
      • commented on "Who likes it?" javascript solution
      • 5 years ago

      I don't understand how this is a 6kyu kata. I've had harder 8kyu katas.

    • Custom User Avatar
      • SteveArray
      • commented on "Who likes it?" javascript solution
      • 5 years ago

      I don't understand how this is a 6kyu kata. I've had harder 8kyu katas.

    • Custom User Avatar
      • SteveArray
      • commented on "Who likes it?" javascript solution
      • 5 years ago

      I don't understand how this is a 6kyu kata. I've had harder 8kyu katas.

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...