We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc34c42 commit 5e2fa48Copy full SHA for 5e2fa48
README.md
@@ -319,4 +319,6 @@ findElement([1, 2, 3, 4], (num) => num % 2 === 0);
319
function findElement(arr, func) {
320
return arr.find(func);
321
}
322
+
323
+findElement([1, 2, 3, 4], (num) => num % 2 === 0);
324
```
0 commit comments