• 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
Shist Avatar
Name:Shist
Clan:Unknown
Skills:js, ts, vue, html, css
Member Since:Apr 2023
Last Seen:May 2025
Profiles:
Following:4
Followers:2
Allies:2
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (12)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • trashy_incel
    • commented on "Change two-dimensional array" kata
    • 3 months ago

    the sign of the zeroes should not matter, but this is a known issue with the deepEqual() matcher from the chai JavaScript assertions library that Codewars uses. it uses the Object.is() function to compare objects, and Object.is(-0, +0) === false. it seems to be possible to reconfigure this in more recent (5.0+) versions of chai, but Codewars uses 4.3.3 for now.

  • Custom User Avatar
    • Shist
    • created an issue for "Change two-dimensional array" kata
    • 7 months ago

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

  • Custom User Avatar
    • Shist
    • commented on "I Spy" kata
    • 8 months ago

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

  • Custom User Avatar
    • trashy_incel
    • resolved a question on "I Spy" kata
    • 8 months ago

    check this out:

    const xs = {};
    xs[{}] = '???';
    ({a : 'b'}) in xs; // true
    

    JavaScript's object-to-string conversion is messy ;-)

  • Custom User Avatar
    • Shist
    • created a question for "I Spy" kata
    • 8 months ago

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

  • Custom User Avatar
    • Shist
    • created an issue for "Arrh, grabscrab!" kata
    • 8 months ago

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

  • Custom User Avatar
    • Shist
    • created an issue for "CamelCase Method" kata
    • 8 months ago

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

  • Custom User Avatar
    • Shist
    • created an issue for "Detect Pangram" kata
    • 8 months ago

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

  • Custom User Avatar
    • Shist
    • commented on "Thinking & Testing: A and B?" kata
    • 8 months ago

    I was feeling myself like L while staring at test cases

  • Custom User Avatar
    • Chrono79
    • commented on "The wheat/rice and chessboard problem" javascript solution
    • 9 months ago

    Please use spoiler flag next time, your post was visible in the homepage.

  • Custom User Avatar
    • Shist
    • commented on "The wheat/rice and chessboard problem" javascript solution
    • 9 months ago

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

  • Custom User Avatar
    • Shist
    • commented on "Merging sorted integer arrays (without duplicates)" javascript solution
    • 9 months ago

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

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...