• 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
chasewdavis Avatar
Name:Chase Davis
Clan:DevMountain
Member Since:Aug 2017
Last Seen:Jul 2021
Profiles:
Following:637
Followers:636
Allies:633
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (8)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Ku001Noob
    • commented on "Leap Years" javascript solution

    This platform is for learning how to solve the issue with building the solution from scratch to grow and see other people's solution to learn as well. But, solving the problem with available third-party library isn't a good way as this platform has some purpose and the user should mind that.

    The other way around solutions are already available one google search away.

  • Custom User Avatar
    • thecalibribody
    • commented on "Leap Years" javascript solution

    I think it's both important to know how to make your own function, AND what tools already exist to get the job done.

    You don't need to reinvent the hammer every time you want to build a fence.

  • Custom User Avatar
    • SchriteFallow
    • commented on "Leap Years" javascript solution

    Code like this is the reason I scroll through here -- code that makes me aware of new things!
    Thanks, "cheater"!

  • Custom User Avatar
    • chasewdavis
    • commented on "Leap Years" javascript solution

    Knowing what tools are available is extremely valuable when building real world applications.
    And not everyone knows about this library, so I believe this is valuable for people to see.

  • Custom User Avatar
    • alisabeata
    • commented on "Leap Years" javascript solution

    cheater)

  • Custom User Avatar
    • chasewdavis
    • commented on "The Hashtag Generator" javascript solution

    I like this solution, functions really should "do one thing", Uncle Bob would be proud.

  • Custom User Avatar
    • chasewdavis
    • commented on "Regex validate PIN code" javascript solution

    Something like...

    if (isTruthy) { return true; } else { return false; }

    ...can always be rewritten like...

    return isTruthy;

  • Custom User Avatar
    • chasewdavis
    • commented on "Regex validate PIN code" javascript solution

    Something like...

    if (isTruthy) { return true; } else { return false; }

    ...can always be rewritten like...

    return isTruthy;

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...