Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
OP solved it, closing
how did you sort without including the algorithm library?
Hey.I'm new to javascript and I have an issue with the class I'm trying to create. Please how do I make the rank progressive? Currently in my code, the rank remains at -8. No test has a permanent effect on the rank. That is, the rank obtained from teh test is not stored in this.rank. Can someone help me out please?
My code works to an extent, but it tends to not give any output for large negative numbers. It wouldn't output the factor, and it also woouldn't output the sum. It just skips it entirely and moves on to the next. Please what could be the issue? Javascript by the way.
My code seems to be working fine but I keep getting an out of memeory message. What do I do?
Nice one man. At least now I know how to deal with stubborn kata
Hahaha. Very smart
Thank you so much! I actually wasnt returning. I was just using console.log. Lesson learnt
Read this: https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution#expected-the-same
Your code is probably printing instead of returning the result.
Please, I need alittle help, I started javascript some days ago and it is my first programming language. my log is the same as the expected output yet i keep getting undefined. I'm using join( ) and then json.stringify. can someone help me out please?