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.
That's how I did it :D
how long have you been doing this?
wow your solution is better than mine
genius
very cool bro
Its not. Very simple bcoz using just a single mehod that returs 0 if negative or an addition result. Very logical and concise solution.
wow😂😍
That one indian programmer's code u need to refactor:
very short way. it's great.
Why using Math.pow(height,2) over height**2? Genuine question.
that was good way to use math
practice more
Honestly think height ** 2 is better. I'll be remembering that!
You have to use
Math.pow()
, notmath.pow()
i tried to use Math.pow(height,2) but it doesent work i have an error says ReferenceError: math is not defined.
Loading more items...