Skip to content

Commit 8f9a0d7

Browse files
authored
Merge pull request #250 from usernamehw/patch-4
Update task.md
2 parents f91d414 + b2869fe commit 8f9a0d7

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)