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.
{}
gets converted toString({})
so it can be compared to the character.String({})
returns[object Object]
, of which the first character is a[
which has a charcode of 91.Very nice! How exactly does c<{} reduce to a charcode of between 91 and 97?
This comment is hidden because it contains spoiler information about the solution