We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc3aae commit a2cb3c6Copy full SHA for a2cb3c6
1-js/05-data-types/03-string/2-check-spam/solution.md
@@ -1,6 +1,6 @@
1
To make the search case-insensitive, let's bring the string to lower case and then search:
2
3
-```js run
+```js run demo
4
function checkSpam(str) {
5
let lowerStr = str.toLowerCase();
6
0 commit comments