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.
As the instructions said that name is a property of the object 'Players', Also we can't target the name of the player unless we use the Key Value which is the name: the structure is like that :
Players[{name: "a"}, {name: "b"} ... {name: "z}];
š
Good series!
Good exercise to practice working with strings!
O enunciado pede que a palavra seja dividida individualmente em cada caractere e o espaƧo dentro do split garante que isso aconteƧa.
This comment is hidden because it contains spoiler information about the solution
Fancy and funny series...
.
Quite a tricky kata to understand.
TypeScript Translation
thats what i mean, my solution was way too long compared to this beauty
why. Its good
I'm kicking myself because of this code
The average value does not include YourPoints. The solution is not exact.
This was a solid reminder to reread what is the required output, I wrote to output missing cones visually as a grid, just to wonder why it's asking me for a string lol.
Loading more items...