Skip to content

Commit 2bfd808

Browse files
committed
changed log statement
1 parent 635a1a0 commit 2bfd808

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-
console.log("hello there");
31+
console.log("hello");
3232
// Acceptance criteria:
3333

3434
// Given an angle in degrees,

0 commit comments

Comments
 (0)