We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24411a8 commit b2869feCopy full SHA for b2869fe
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