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.
im at 49 ...
A lot of solutions with
var
are from beforelet
andconst
were released in JavaScript. I wholeheartedly agree though!I learned so much with this kata. I couldnt figure it out my self but wow it opened a whole new world in js
I would recommend using 'const', or if not possible 'let' instead of 'var'. just for scope reasons as best practice
How can you do the math from scratch? i mean. this requires some understanding of advanced algrorithms... right? or am i missing something?