We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f91d414 + b2869fe commit 8f9a0d7Copy full SHA for 8f9a0d7
1-js/05-data-types/05-array-methods/2-filter-range/task.md
@@ -2,7 +2,7 @@ importance: 4
2
3
---
4
5
-# Filter "in place"
+# Filter range
6
7
Write a function `filterRange(arr, a, b)` that gets an array `arr`, looks for elements between `a` and `b` in it and returns an array of them.
8
0 commit comments