javascript-exercises
javascript-exercises copied to clipboard
08_removeFromArray: Suggest trying array methods for learning practice
Because
Encouraging learners to make use of built-in array methods helps reinforce key JavaScript concepts and promotes cleaner, more idiomatic code. Adding this note provides a subtle nudge to learners without changing the exercise itself.
This PR
- Added a note to the README encouraging the use of built-in array methods for the exercise
Issue
Closes #520
Additional Information
N/A
Pull Request Requirements
- [x] I have thoroughly read and understand The Odin Project Contributing Guide
- [x] The title of this PR follows the
location of change: brief description of changeformat, e.g.01_helloWorld: Update test cases - [x] The
Becausesection summarizes the reason for this PR - [x] The
This PRsection has a bullet point list describing the changes in this PR - [x] If this PR addresses an open issue, it is linked in the
Issuesection - [x] If this PR includes any changes that affect the solution of an exercise, I've also updated the solution in the
/solutionsfolder