• 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
SuzukiStumpy Avatar
Name:Mark Edwards
Clan:Unknown
Member Since:Mar 2024
Last Seen:Mar 2024
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies
  • Authored (8)
  • Needs Resolution
  • Custom User Avatar
    • SuzukiStumpy
    • commented on "Shortest Word" javascript solution
    • 16 months ago

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

  • Custom User Avatar
    • SuzukiStumpy
    • commented on "Directions Reduction" javascript solution
    • 16 months ago

    Love it. Way more succinct than mine.

  • Custom User Avatar
    • SuzukiStumpy
    • commented on "Complementary DNA" javascript solution
    • 16 months ago

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

  • Custom User Avatar
    • SuzukiStumpy
    • commented on "Isograms" javascript solution
    • 16 months ago

    Good bit of code golf. But definitely wouldn't want to come across this in a production codebase.

  • Custom User Avatar
    • SuzukiStumpy
    • commented on "Isograms" javascript solution
    • 16 months ago

    Love it.

  • Custom User Avatar
    • SuzukiStumpy
    • commented on "Sum of Digits / Digital Root" javascript solution
    • 16 months ago

    I'd definitely want to have some input validation and filtering in place before hitting the eval. Despite what others say about the evils of eval, it's perfectly legitimate to use if, and only if, you know fully what you'll be feeding into it and that it won't crash your code, so filtering to test for NaN inputs, and/or wrapping in a try/catch block should be the case here.

  • Custom User Avatar
    • SuzukiStumpy
    • commented on "Sum of Digits / Digital Root" javascript solution
    • 16 months ago

    Nice and clean solution.

  • Custom User Avatar
    • SuzukiStumpy
    • commented on "Sum of Digits / Digital Root" javascript solution
    • 16 months ago

    Very clever solution, and well noted from the WP article the congruence formula. Wouldn't like to see this in Production code though without comments in place explaining the formula.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...