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
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
you are not handling white spaces, you should have in mind that it should work for any url not matter how complex it is and that you are changing the stype of some text. Please look at markup tutorial, or some chat application to see some applications.
language?
Negative numbers and sqrt don't go well together ;) (you're comparing that against an integer, that's what the error is about)
appreciate how you manage to loop through the word just twice to get this done
wondering why use const instead of var everywhere? kinda new and haven't seen that before. thx
Hey I saw that you tried different functions on jsperf.com. My question is how do you upload the test cases? Does the website automatically input arrays as arguments in the function? Or do you have to manually put in test cases somewhere?
That's really helpful,thanks
Thanks a lot.
Looks quite reasonable, why do you ask?