Skip to content

Commit 5e2fa48

Browse files
committed
call the solution 2
1 parent fc34c42 commit 5e2fa48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -319,4 +319,6 @@ findElement([1, 2, 3, 4], (num) => num % 2 === 0);
319319
function findElement(arr, func) {
320320
return arr.find(func);
321321
}
322+
323+
findElement([1, 2, 3, 4], (num) => num % 2 === 0);
322324
```

0 commit comments

Comments
 (0)