Skip to content

Commit d4a9cae

Browse files
committed
Corrected some mispelling
1 parent 6b16709 commit d4a9cae

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Sprint-3/1-implement-and-rewrite-tests/implement/1-get-angle-type.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,7 @@ assertEquals(right, "Right angle");
4242
* End of original file
4343
*/
4444

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.
45+
// Implementation a function getAngleType
5446

5547
// Assumption: The parameter is a valid number. (You do not need to handle non-numeric inputs.)
5648

0 commit comments

Comments
 (0)