Skip to content

Commit b2869fe

Browse files
authored
Update task.md
1 parent 24411a8 commit b2869fe

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/05-array-methods/2-filter-range

1 file changed

+1
-1
lines changed

1-js/05-data-types/05-array-methods/2-filter-range/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ importance: 4
22

33
---
44

5-
# Filter "in place"
5+
# Filter range
66

77
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.
88

0 commit comments

Comments
 (0)