Skip to content

Commit 991d6b0

Browse files
authored
Update solution.md
1 parent 33e4f8e commit 991d6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/03-string/2-check-spam/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To make the search case-insensitive, let's bring the string to lower case and then search:
1+
Untuk membuat pencarian bersifat case-insensitive, mari kita ubah string menjadi huruf kecil sebelum kita lakukan pencarian:
22

33
```js run demo
44
function checkSpam(str) {

0 commit comments

Comments
 (0)