missing backticks

This commit is contained in:
DouglasMV 2019-06-11 14:27:58 -03:00 committed by GitHub
parent 88b86043b8
commit ace757d644
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ importance: 5
# Check for spam # Check for spam
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`.
The function must be case-insensitive: The function must be case-insensitive: