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.
Yes!!
Hi, fun kata! Just sayin', glad I don't live near any plants growing 100m/day. Yowza!
This is a 7kyu or 6kyu, not an 8kyu... at least in JavaScript. The need to support any type of sequence increases the difficulty level beyond the beginner scope of 8kyu.
Is there a reason this translation was never approved?
The instructions don't list what to do if the temperature is <=25, not sure if this is by design but I'm assuming it's not since the test cases don't test for it, only the final attempt cases.
I had to create an object to map each alphabetic char with their ROOT13 counterpart, I need to study more ASCII methods.
The test suite doesn't provide much information at all when testing. It was mostly blank.
Why did this kata mention 1.77 like it was important information to be used in the solution? At least I assumed it would be used. Of course, it didn't work when I tried math.round with 1.77 * y. The only answer I found online multiplied y by 1.77777 to get the answer, which is a hacky way of doing it. As a new coder, this one was a bad experience, the question is misleading. At 8kyu, we're still just trying to successfully apply the methods we're learning. Why stack deciphering a misleading question on top of that?
My only suggestion would be to give an example of the format you would want the data returned in. [x, y].