Skip to content

Commit a768fd5

Browse files
author
Arthur
committed
For committing in implement-and-rewrite-tests exercises
1 parent b31a586 commit a768fd5

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ function assertEquals(actualOutput, targetOutput) {
3535
// Example: Identify Right Angles
3636
const right = getAngleType(90);
3737
assertEquals(right, "Right angle");
38+
//for committing//

Sprint-3/1-implement-and-rewrite-tests/implement/2-is-proper-fraction.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ function assertEquals(actualOutput, targetOutput) {
3131

3232
// Example: 1/2 is a proper fraction
3333
assertEquals(isProperFraction(1, 2), true);
34+
//for committing//

Sprint-3/1-implement-and-rewrite-tests/implement/3-get-card-value.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ try {
5252
}
5353

5454
// What other invalid card cases can you think of?
55+
//for committing//

0 commit comments

Comments
 (0)