We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b16709 commit d4a9caeCopy full SHA for d4a9cae
1 file changed
Sprint-3/1-implement-and-rewrite-tests/implement/1-get-angle-type.js
@@ -42,15 +42,7 @@ assertEquals(right, "Right angle");
42
* End of original file
43
*/
44
45
-// Implement a function getAngleType
46
-//
47
-// When given an angle in degrees, it should return a string indicating the type of angle:
48
-// - "Acute angle" for angles greater than 0° and less than 90°
49
-// - "Right angle" for exactly 90°
50
-// - "Obtuse angle" for angles greater than 90° and less than 180°
51
-// - "Straight angle" for exactly 180°
52
-// - "Reflex angle" for angles greater than 180° and less than 360°
53
-// - "Invalid angle" for angles outside the valid range.
+// Implementation a function getAngleType
54
55
// Assumption: The parameter is a valid number. (You do not need to handle non-numeric inputs.)
56
0 commit comments