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 356d4c1 commit 5040692Copy full SHA for 5040692
Sprint-3/2-mandatory-rewrite/1-get-angle-type.js
@@ -6,15 +6,6 @@ function getAngleType(angle) {
6
if (angle > 180 && angle < 360) return "Reflex angle";
7
throw new Error("Invalid angle");
8
}
9
-
10
11
12
13
14
15
16
17
18
// Don't get bogged down in this detail
19
// Jest uses CommonJS module syntax by default as it's quite old
20
// We will upgrade our approach to ES6 modules in the next course module, so for now
0 commit comments