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.
Easy but no lemon squeeze
A prime example of how this website is a brilliant place to learn new functions. :)
same
This comment is hidden because it contains spoiler information about the solution
clever Fr
jsjsjs I can't believe, I forgot the method
exactly the same
This comment is hidden because it contains spoiler information about the solution
jesus, thats amazing
This comment is hidden because it contains spoiler information about the solution
my code is identical to yours!)
simple way always is to read the documentation (string) and read the releated methods.
This comment is hidden because it contains spoiler information about the solution
Depending on your usecase.
String with ' ' cannot contain ' as string values in it.
Which makes: 'it's a nice day' invalid.
With " would it perfectly fine:
"it's a nice day" is a valid string you can use.
It's personal preferance, but I like to do singles for letters/chars, and double quotes for words.
Loading more items...