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 afc8d9e commit f683d76Copy full SHA for f683d76
1 file changed
1-js/05-data-types/03-string/2-check-spam/task.md
@@ -1,12 +1,12 @@
1
-importance: 5
+importânica: 5
2
3
---
4
5
-# Check for spam
+# Checagem de spam
6
7
-Write a function `checkSpam(str)` that returns `true` if `str` contains 'viagra' or 'XXX', otherwise `false`.
+Escreva uma função `checkSpam(str)` que retorna `true` se `str` contém 'viagra' ou 'XXX', caso contrário, `false`.
8
9
-The function must be case-insensitive:
+A função deve ser insensível a maiúsculas e minúsculas:
10
11
```js
12
checkSpam('buy ViAgRA now') == true
0 commit comments