Skip to content

Commit 829683f

Browse files
authored
Update solution.js
1 parent 59c7852 commit 829683f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • 1-js/05-data-types/05-array-methods/3-filter-range-in-place/_js.view

1-js/05-data-types/05-array-methods/3-filter-range-in-place/_js.view/solution.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
32
function filterRangeInPlace(arr, a, b) {
43

54
for (let i = 0; i < arr.length; i++) {
@@ -12,4 +11,4 @@ function filterRangeInPlace(arr, a, b) {
1211
}
1312
}
1413

15-
}
14+
}

0 commit comments

Comments
 (0)