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 is a good solution but you dont need to make an extra array, you can directly store into variable
Commenting so it saves this solution on my account. This is truly genius, thank you
These are my favorite types of solutions XD
out of all the solutions this was my favorite haha
This comment is hidden because it contains spoiler information about the solution
exactly what I did lmao
Thank you for the explanation!
THis is the best solution I have seen so far. well done. Will be using the IntStream from here on out.
Definitely the most straightforward solution XD
It's difficult without actually seeing your code, read this: https://docs.codewars.com/training/troubleshooting/
I have a print statement the line before the return statement and it prints the correct value, but when I run it returns the two digit number in the call before. Can someone explain what I am doing wrong please?
This solution literally made my jaw drop. Well done