Skip to content

Commit 729f88f

Browse files
committed
update: Implement getAngleType function with tests for angle classification
1 parent d457ddd commit 729f88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sprint-3/1-key-implement/1-get-angle-type.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function assertEquals(actualOutput, targetOutput) {
2828
`Expected ${actualOutput} to equal ${targetOutput}`
2929
);
3030
}
31-
31+
console.log("hello there");
3232
// Acceptance criteria:
3333

3434
// Given an angle in degrees,

0 commit comments

Comments
 (0)