From ace757d6441377a1e312d228326621ed426c9223 Mon Sep 17 00:00:00 2001 From: DouglasMV <32845487+DouglasMV@users.noreply.github.com> Date: Tue, 11 Jun 2019 14:27:58 -0300 Subject: [PATCH] missing backticks --- 1-js/05-data-types/03-string/2-check-spam/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/05-data-types/03-string/2-check-spam/task.md b/1-js/05-data-types/03-string/2-check-spam/task.md index 3e722095..98b5dd8a 100644 --- a/1-js/05-data-types/03-string/2-check-spam/task.md +++ b/1-js/05-data-types/03-string/2-check-spam/task.md @@ -4,7 +4,7 @@ importance: 5 # 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: