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
Does a ternary operator not count as a conditional statement?
My first thought with this Kata was to try absolute value. I knew though that your solution was what I would end up with.
It is fun to try and solve some Kata in an unorthodox way though.
no need for the Math.abs function since -number already gives the opposite value