• 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
razvanboboc Avatar
Name:Unknown
Clan:Unknown
Member Since:Sep 2020
Last Seen:Dec 2022
Profiles:
Following:3
Followers:2
Allies:2
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (10)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • juanignaciomalerb4
    • commented on "Write Number in Expanded Form - Part 2" javascript solution
    • 3 years ago

    "a" is the array, to know the length of the array to add the correct amounts of "0" - "y" wich is the index

  • Custom User Avatar
    • g964
    • resolved a question on "Bonuses" kata
    • 5 years ago

    .

  • Custom User Avatar
    • WellWellWell
    • resolved a suggestion on "Unpack delicious sausages!" kata
    • 5 years ago

    The intention is that you don't know all types of sausages that exist, so you have to identify them using their packaging (and as natan wrote, other specifics of a good sausage package). All of the necessary info is in the Kata's description.

  • Custom User Avatar
    • natan
    • commented on "Unpack delicious sausages!" kata
    • 5 years ago

    Maybe you're testing the wrong things. Look at how the description specifies good sausage and test that.

  • Custom User Avatar
    • hobovsky
    • commented on "Pascal's Triangle" kata
    • 5 years ago

    Fixed in C++ translation

  • Custom User Avatar
    • hobovsky
    • commented on "Pascal's Triangle" kata
    • 5 years ago

    Oh dear, I am an idiot.

    Sorry for that, will fix it.

  • Custom User Avatar
    • scanning
    • commented on "Bonuses" kata
    • 5 years ago

    With math you are moving in the good direction.
    As for implantation, you know that you have problems with larger numbers and still do multiplication.
    Just look at "numerator = 2757240" in the description example, thats crazy.
    Try to work out math further to by pass this, so that you would not have such a larger number at one point of time.

  • Custom User Avatar
    • B1ts
    • commented on "Counting Duplicates" kata
    • 5 years ago

    How can a value be undefined, when I am clearly passing a string to the function.

    How do you know that? You're not passing anything to the function, THE TESTS are passing input to your function. Follow Chrono79's advice to print the input and see why it's happening.

  • Custom User Avatar
    • Chrono79
    • commented on "Counting Duplicates" kata
    • 5 years ago

    Print the input, in javascript with console.log(text); as the first line of your function and check why your code is failing.

  • Custom User Avatar
    • Chrono79
    • commented on "Counting Duplicates" kata
    • 5 years ago

    Read https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution#print-input

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...