Skip to content

Commit 729b6d8

Browse files
committed
first part almost done
1 parent e6eb715 commit 729b6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function assertEquals(actualOutput, targetOutput) {
5151
`Expected ${actualOutput} to equal ${targetOutput}`
5252
);
5353
}
54-
54+
console.log(assertEquals((getAngleType(320))), (Reflex));
5555
// TODO: Write tests to cover all cases, including boundary and invalid cases.
5656
// Example: Identify Right Angles
5757
const right = getAngleType(90);

0 commit comments

Comments
 (0)