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 a36eb22 commit d5c9c23Copy full SHA for d5c9c23
Sprint-3/1-implement-and-rewrite-tests/implement/1-get-angle-type.js
@@ -18,9 +18,8 @@ function getAngleType(angle) {
18
return "Straight angle";
19
} else if (angle > 180 && angle < 360) {
20
return "Reflex angle";
21
- } else {
22
- return "Invalid angle";
23
- }
+ }
+
24
// Run the tests, work out what Case 2 is testing, and implement the required code here.
25
// Then keep going for the other cases, one at a time.
26
}
0 commit comments