Skip to content

Commit 434a2b8

Browse files
Comment out
1 parent 05c9c69 commit 434a2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15_mutations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function mutation(arr) {
1919
if (!arr[0].toLowerCase().includes(element)) {
2020
return false
2121
}
22-
console.log(element, arr[0].toLowerCase().includes(element));
22+
// console.log(element, arr[0].toLowerCase().includes(element));
2323
}
2424
return true
2525
}

0 commit comments

Comments
 (0)