• 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
  • Authored (24)
  • Needs Resolution
  • Custom User Avatar
    • joeycozza
    • commented on "Spelling Bee" javascript solution
    • 7 years ago

    This is such a cool solution. Rotating the matrix 4 times and then just counting for bee is such a neat algorithm here. It took me like 10 minutes to completely understand it.

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

    Absolutely. Thanks man.

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

    woah, we have access to lodash using require?

    Is there a list of exposed modules for us to use somewhere?

  • Custom User Avatar
    • joeycozza
    • resolved a question on "uniquePush - No Dupes!" kata
    • 10 years ago

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

  • Custom User Avatar
    • joeycozza
    • commented on "Double Cola" kata
    • 10 years ago

    You'll need to find a more efficient algorithm than actually storing the names in a data structure that keeps getting larger.

  • Custom User Avatar
    • joeycozza
    • commented on "Double Cola" kata
    • 10 years ago

    Yes, even though the description makes a big deal of the order of names and spelling, the names array is GIVEN, so you don't actually care at all. The random tests do include other arrays with more or less names.

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

    Okay cool, there was an issue in my for-loop starting at the wrong number. Thanks.

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

    Doesn't the fibonacci sequence start with 0,1 and not 1,1?

  • Custom User Avatar
    • joeycozza
    • commented on "uniquePush - No Dupes!" kata
    • 10 years ago

    I am fine if you post your code here, as long as you mark it as a spoiler.

    Without seeing your code, all I can say is that you need to make sure that none of the objects in the array already have that phoneNumber. Another way to think of it is that ALL of them don't have that number. Either way works, whichever one you can understand easier.

  • Custom User Avatar
    • joeycozza
    • commented on "uniquePush - No Dupes!" kata
    • 10 years ago

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

  • Custom User Avatar
    • joeycozza
    • 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
    • joeycozza
    • commented on "Number toString" javascript solution
    • 11 years ago

    Could you explain how the first 3 work? I see those and have no clue what '..' or ' .' are doing.

  • Custom User Avatar
    • joeycozza
    • commented on "uniquePush - No Dupes!" kata
    • 11 years ago

    I'm quite sure that I fixed your concerns, could you mark the issue as resolved?

  • Custom User Avatar
    • joeycozza
    • commented on "uniquePush - No Dupes!" kata
    • 11 years ago

    Okay, I added the Test info in comments like most other katas do. That is what you were asking me to do, right?

  • Custom User Avatar
    • joeycozza
    • commented on "uniquePush - No Dupes!" kata
    • 11 years ago

    Okay! Now I understand what you are saying. Sorry about that. I'll fix that right now.

    -Edit. Okay, it should be fixed.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...