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.
Phonomenal. Thank you Chrono
I'm a little confused by the actual explanation of this Kata. It states to find the MAXIMAL number by deleting one digit. For example:
Testing for:
n = 847043
Expected: 87043, instead got: 87443
The maximal number that I returned is better. I delete the 0, then create a larger number than what the unit tests returns. What am I missing?
Sheeez. Okay, I'll have a little puzzle about it thanks mate
Wait. Just to be clear. I can't even use the return keyword. Because that has an e inside it???
Thank you both for the explanation. Very helpful
I don't understand what you want for this kata. I've reread it multiple times and I'm still confused. What does :
"You have to write a HNY2018() function returning a string of "Happy New Year, 2018 !!" without using characters of it:"
mean?
Very frustrating to have missed that. Thanks a bunch!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Im still a little confused. I cant return document.write unless I'm mistaken, and returning nbPetals doesnt fix the qualm
Im not quite sure about the HTML interaction comment. This is in Javascript, interacting with HTML?
Thank you very much for the comment and all help thus far
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Thanks very much. I know then to keep working on it ;)
Loading more items...