Merge pull request #250 from usernamehw/patch-4

Update task.md
This commit is contained in:
Ilya Kantor 2017-11-01 09:00:03 +03:00 committed by GitHub
commit 8f9a0d7f6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ importance: 4
---
# Filter "in place"
# Filter range
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.