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.
Thanks for the answer. I checked my browser's setting, but it's already set to UTF-8.
Would you say it's likely not something wrong with my code cause when I console.log out the input message, it's all messed up?
Can someone please help me with the Katakana cases?
All my other cases are fine.
The Katakana case shows up like this, and I have no clue what's going on cause of the wierd alphabets. I'm almost hypothesizing it's something to do with me not having the font on my computer.
encode(ã«ã¿ã«ã)
Expected: ã¿ã¢ã¿ã¯, instead got: ã¿ã³ã¿ã¢
decode (ã¿ã¢ã¿ã¯)
Expected: ã«ã¿ã«ã, instead got: ã«ã¿ã«ã¢
I had to just manually make the program produce [] when the input is a string or a non-integer....