We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b8604 commit ace757dCopy full SHA for ace757d
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