Skip to content

Commit c7ba283

Browse files
authored
typo
1 parent 4879734 commit c7ba283

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/03-string/2-check-spam

1 file changed

+1
-1
lines changed

1-js/05-data-types/03-string/2-check-spam/task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importance: 5
44

55
# Check for spam
66

7-
Write a function `checkSpam(str)` that returns `true` if `str` contains 'viagra' or 'XXX', otherwise `false.
7+
Write a function `checkSpam(str)` that returns `true` if `str` contains 'viagra' or 'XXX', otherwise false.
88

99
The function must be case-insensitive:
1010

0 commit comments

Comments
 (0)