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
Shouldn't that mean that we know what this is?:
This comment is hidden because it contains spoiler information about the solution
Reviewing tests allows you understand why some of your cases fail, but it would be great if description mentioned these cases... What a nice way to waste your time...
This is nice except that every single one of 4
if
s will be tested even though at most 1 can be truthy.Can anyone confirm this is solvable in JS?
This works, but c is not 180. C is what we try to find, a sum of all angles in the triangle is 180.