Skip to content

Commit 988d794

Browse files
committed
Updating wording of task 03 to avoid confusion
1 parent dc195ee commit 988d794

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/03-is-even/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
*
44
* Determine if given number is even
55
* without using a mathematic operator ( +, -, %, /, Math, ParseInt etc.)
6-
* nor a conditional operator.
76
*
87
* Examples:
98
* isEven(4) === true

0 commit comments

Comments
 (0)