Skip to content

Commit ace757d

Browse files
authored
missing backticks
1 parent 88b8604 commit ace757d

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

Lines changed: 1 addition & 1 deletion
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)