Update task.md

This commit is contained in:
Alexander 2017-10-15 23:36:38 +03:00 committed by GitHub
parent 24411a8de8
commit b2869fe6c9

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