• 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
joeycozza Avatar
Name:Joey Cozza
Clan:Grow
Skills:node, javascript, sql
Member Since:Apr 2014
Last Seen:Apr 2023
Profiles:
Following:21
Followers:27
Allies:21
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (12)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Neocortexx
    • commented on "Number toString" javascript solution
    • 5 years ago

    Thank you for the explanation!

  • Custom User Avatar
    • CrazyMerlyn
    • commented on "CompoundArray" javascript solution
    • 10 years ago

    Is this what you are looking for?
    Javascript Environment on Codewars

  • Custom User Avatar
    • nrgarg
    • commented on "Fast Fibonacci" kata
    • 10 years ago

    I added a little blurb at the end of the description for the starting values. Hopefully that makes it a little more clear.

  • Custom User Avatar
    • nrgarg
    • commented on "Fast Fibonacci" kata
    • 10 years ago

    It assumes that the starting values of the sequence are [0,1]

    • fib(0) = 0;
    • fib(1) = 1;
    • fib(2) = 1;
    • fib(3) = 2;
  • Custom User Avatar
    • computerguy103
    • commented on "Number toString" javascript solution
    • 11 years ago

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

  • Custom User Avatar
    • user5854572
    • commented on "Binary Search Golf" javascript solution
    • 11 years ago

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

  • Custom User Avatar
    • user1496713
    • commented on "Array Appender" kata
    • 11 years ago

    yep, all changed

  • Custom User Avatar
    • wthit56
    • commented on "isInt32(int, byteLength)" kata
    • 11 years ago

    Ah-- cool. I do that sometimes ;P
    If you click "Train Again", there's a tab on the left with your "Past Solutions". I often copy my old code out of there, paste it into the box and clean it up. ^^

  • Custom User Avatar
    • wthit56
    • commented on "isInt32(int, byteLength)" kata
    • 11 years ago

    Yeah... another bug. Kinda wrote this kata in haste, I'm afraid. Thanks for bearing with me.

    I've fixed the bug and added an explanation of what to expect as byteLength values.

  • Custom User Avatar
    • wthit56
    • commented on "isInt32(int, byteLength)" kata
    • 11 years ago

    I've added some description to the int parameter explanation. Does it make things clearer?

    As for negative numbers, you're spot on. ;P

  • Custom User Avatar
    • wthit56
    • commented on "isInt32(int, byteLength)" kata
    • 11 years ago

    No; that was a bug. Thanks for finding it! ;P

    A "byte" is basically a group of bits. So the byte length is how long the byte is, or the number of bits that make up the byte.

  • Custom User Avatar
    • wthit56
    • commented on "intToBits(int)" kata
    • 11 years ago

    Thanks, Joey. I appreciate it.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...