Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Exercise phrasing points to index, not value #1769
Comments
|
Make a PR please? |
Updated based on suggestion on issue javascript-tutorial#1769
Updated based on suggestion on issue javascript-tutorial#1769
|
Thanks =) |
|
Thank you. Sorry for not coming through with the PR back then, I was meaning to but never got around to it. |
|
I'm sorry if I took it to myself @PrettyFloralBonnet. Thank you for understanding. |
|
No worries @dorelljames , I'm grateful you picked it up ;) |
In https://javascript.info/array-methods#filter-range, I would suggest saying "...looks for elements with values higher or equal to a and lower or equal to b" rather than the current "...looks for elements between a and b".
Right now it sounds like "between" is referring to indices. The solution I wrote initially looked like this: