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 love how you 2 years ago didn't know the difference between '' and `` and now you are 4kyu
For most people new to coding, this isnt an answer we would think about. Ive noticed that the way ive been taught to code is a lot more verbose, which usually means I spend more time with long answers that could be written in shorthand like this, however its a lot easier to read and make variations to when refering back to your code later on.
You are correct. I was using " and ' instead of `. At the time, I did not know the difference. I've been learning a lot since then.
Your string needs to be between back-ticks, the ones situates on the left side of the keyboard. These: ``, not these ''
Not the hero we need but the hero we deserve. Thank you for this.
Had to read the comments to undertand how this works. Very impressive.
This is very clever. Did not do it this way but now I wish I did.
This comment is hidden because it contains spoiler information about the solution
This one made my brain hurt but I solved it like this also.
So easy, yet, so complicated. I did a long "if" statement, for mine. New to coding, myself. I never would've thought of doing it so simply.
This is very interesting!