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.
Any ideas as to why this happens? http://cl.ly/XHpC
I know it's nothing to do with your kata, I just thought I'd see if anyone else is getting it.
Read the description again, a score of 1 should return "A" but in the solution posted, it'd return "F".
Edit: Sorry for the last reply, I never got a notification telling me you replied.
It was ball.ballType in Javascript.
You're not checking if the state is set back to regular after superTime runs out.
First off, are you trying to complete it in Ruby or Python?
Also I can't see your solution, would you mind posting it here ? Make sure to mark it as a spoiler.
Perhaps the test case got it backwards, your solution is providing -1 and the expected result are the other numbers?
Alright, thanks! I've changed it.
Apologies, I'm fairly new with python and just wanted to try my hand at creating a kata.
I've replaced input with score.
I don't mean to be a pain but would you mind explaining what's happening here? You've got me curious.
Fixed.
Wasn't the while point of this Kata to use splice rather than filter ?
I guess the Docs (http://www.codewars.com/docs/javascript-sandbox) are a little outdated then, thanks!
This timeout thing is bugging the crap out of me, although I guess that makes it a little more fun. Does anyone know what the timeout is set to?
As passsing the max number into my current solution completes in 5052.000ms (5.05s)
It'd be much better if I knew what I was trying to keep it under.
Edit: I went looking into the Docs and it's 3 seconds, if anyone else is interested.
This is now happening for me. It was fine last night but every Kata I've tried this morning returns nothing when I test / submit.
Edit: Appears to be working again.
This comment is hidden because it contains spoiler information about the solution