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.
I'm lost between two indexes... I thought that while a real number might or might not be an integer, an integer was indeed a real number ...
The index is not a real number, it's an integer. ( A real number is something else. ) If you mean it's always a valid index, you should say that, not "real number". But the next bullet point already says that, so I really don't know what you mean by "real number".
Remove "Mention that."
That's "a" JS object, not "an". ( This is a very minor point, but while we're here .. )
Also, now there can be double spaces ?!? I hope that's implemented correctly; I'm not solving this again.
almost good, on my side. Just one tiny thing left: plz put the call the the ref solution in a different expression than th one calling to the users function=> define the epxected result before you call the user's soltuion. Once it's done, you can close the issue.
Cheers
I fixed it. Now it has 20 predefined tests and 80 random tests with randomly 1 to 150 characters.
As in the reply above... Is it better? or would you suggest another wording? Thank you very much.
Sorry, I'm not a native english speaking person. I just rewrote the description. Is it better now?
Sorry, was the example code. I deleted it.
Initial code is
What is this?
( my emphasis )
These sentences are contradictory. The enumeration in the first sentence should be exhaustive for the second sentence to make sense.
A "JSON object" might be a string representation of an object ( that's what JSON is for ). You want to specify a regular JS
Object
object and prevent that confusion.Double spaces can't occur. It would be nice to mention that.
There is no real difference between letters and special characters; only spaces and the rest matters. You might as well simplify the description on this point.
My. Poor. Browser. !!!
Really,
100
random tests is enough, and have some smaller ones first and some larger ones later.done, but see issue above
btw: the usual way around here, unless you're absolutely sure about what you do, is to wait for feeback before closing the issue.
(that may have avoid to me the opening of this one)
Hi again,
it
block. That has only interest if you use the bolck to give the input. Otherwise, just wrap all the tests in one singleit
blockDid you consider reading the authoring documentation...? Because all of this is explained there.
cheers
Loading more items...