We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4879734 + c7ba283 commit 2bc3aaeCopy full SHA for 2bc3aae
1-js/05-data-types/03-string/2-check-spam/task.md
@@ -4,7 +4,7 @@ importance: 5
4
5
# Check for spam
6
7
-Write a function `checkSpam(str)` that returns `true` if `str` contains 'viagra' or 'XXX', otherwise `false.
+Write a function `checkSpam(str)` that returns `true` if `str` contains 'viagra' or 'XXX', otherwise false.
8
9
The function must be case-insensitive:
10
0 commit comments