Skip to content

Commit 90fde0c

Browse files
June LeeJune Lee
authored andcommitted
checkFive completed
1 parent 767c1d4 commit 90fde0c

3 files changed

Lines changed: 3654 additions & 1 deletion

File tree

unit-testing/exercises/checkFive.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ function checkFive(num){
88
result = num + " is greater than 5.";
99
}
1010
return result;
11-
}
11+
}
12+
13+
module.exports = checkFive;

0 commit comments

Comments
 (0)