We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0290ba5 commit e039bd2Copy full SHA for e039bd2
fp.js
@@ -3,9 +3,8 @@ function increment(n) {
3
}
4
5
function my_objective(arr, f) {
6
- for (let i = 0; i < arr.length; ++i) {
+ for (let i = 0; i < arr.length; ++i)
7
arr[i] = f(arr[i])
8
- }
9
10
11
function main() {
0 commit comments