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.
This comment is hidden because it contains spoiler information about the solution
wow, a work of art this is...
two unnecessary parentheses showing bad knowledge of the operators' precedence
This comment is hidden because it contains spoiler information about the solution
hahhahahahahahahhahh XD
could i ask how one would go about learning about functions that can do this stuff because this is the first time ive encountered it
If itemCount % itemsPerPage == 0, it will return wrong pageCount
This comment is hidden because it contains spoiler information about the solution
.take():
Returns a string containing the first n characters from this string, or the entire string if this string is shorter.
example:
"Hello World".take(5) would be "Hello"
what is .take() function?
Wow, you good!
Gotta get to the day when I can write code like this off the bat
Perfect solution
Nice solution! Very elegance
Interesting, so instead of converting the character, just pointing to the a function that already does...
Loading more items...