• 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
computerguy103 Avatar
Name:Unknown
Clan:Unknown
Member Since:Oct 2014
Last Seen:Jul 2024
Profiles:
    Following:2
    Followers:44
    Allies:1
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (665)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • trashy_incel
      • resolved an issue on "All unique" kata
      • 7 months ago

      added all 3 to JavaScript

    • Custom User Avatar
      • trashy_incel
      • commented on "The builder of things" kata
      • 15 months ago

      @hpr that will only seem to work until it breaks terribly one day. JavaScript is a concurrent, non-blocking language. One script can modify a global variable just before or after another script was reading it. So you enter into all kinds of race condition headaches by sharing state with global variables.

    • Custom User Avatar
      • YetiOr
      • commented on "Moves in squared strings (II)" javascript solution
      • 2 years ago

      this is a very elegant solution

    • Custom User Avatar
      • hobovsky
      • resolved an issue on "Area of a Circle" kata
      • 2 years ago

      Non-numeric inputs have been removed from JS version.

    • Custom User Avatar
      • SagePtr
      • resolved an issue on "Triangle type" kata
      • 2 years ago

      Moved reference solution function to the describe block scope, should be ok now

    • Custom User Avatar
      • trashy_incel
      • resolved an issue on "Largest Elements" kata
      • 2 years ago

      reference solution is fixed

    • Custom User Avatar
      • ejini战神
      • commented on "Base64 Encoding" kata
      • 2 years ago

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

    • Custom User Avatar
      • computerguy103
      • commented on "Base64 Encoding" kata
      • 2 years ago

      I really don't remember what this was about, but are you referring to this?

      Note: This kata uses the non-padding version ("=" is not added to the end).

      Because I think that must have been added to the description after I had written the comment.

    • Custom User Avatar
      • ejini战神
      • resolved a suggestion on "Base64 Encoding" kata
      • 2 years ago

      This does not confront to standards in 2023 ~!

    • Custom User Avatar
      • Blind4Basics
      • commented on "The builder of things" kata
      • 3 years ago

      oh, sorry, I didn't see that part of the description... 'x) (I just completed the kaata again in JS, in "TDD-only" mode). Let's remove that.

    • Custom User Avatar
      • computerguy103
      • commented on "The builder of things" kata
      • 3 years ago

      I can kinda see how has always seems to be used on a base object while having is used further down an expression chain (although this seems to be a distinction without any meaningful difference).

      But with is brought up in the description without there being any significant difference between with and having:

      // can define properties on nested items
      jane.has(1).head.having(2).eyes.each( eye => being_the.color.blue.with(1).pupil.being_the.color.black )
      

      What makes with(1).pupil the correct syntax for that expression vs. having(1).pupil? As far as I can tell they mean exactly the same thing.

    • Custom User Avatar
      • Blind4Basics
      • resolved an issue on "The builder of things" kata
      • 3 years ago

      I don't see how any of this is an issue.

      • has is instance based
      • nobody ever talked about with
      • having is... what it is (both instance and "hack" based. Both tested)... The setup of the kata is rather unfortunate, involving a lot of hacks.

      at most a suggestion, since it's more about adding specs than pointing an actual problem.

      closing

    • Custom User Avatar
      • SomeDude84
      • commented on "Memoized Fibonacci" javascript solution
      • 3 years ago

      beautiful code!

    • Custom User Avatar
      • merlinby
      • commented on "Counting Duplicates" javascript solution
      • 3 years ago

      Seems so. But the problem is that test accepts your code now. And numbers are mentioned only in description.

    • Custom User Avatar
      • computerguy103
      • commented on "Counting Duplicates" javascript solution
      • 3 years ago

      The kata was probably changed to add numbers in addition to alphabetic characters.

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...