BTW the challenge on Kata only tests for valid triangles,
function otherAngle(a, b) { return 180-(a+b); }
was sufficient in JS
We're a place where coders share, stay up-to-date and grow their careers.
We strive for transparency and don't collect excess data.
re: Daily Challenge #84 - Third Angle of a Triangle VIEW POST
TOP OF THREAD FULL DISCUSSIONBTW the challenge on Kata only tests for valid triangles,
was sufficient in JS