04_removeFromArray: Hint about array.forEach and/or array.includes() in some way #520
Open
4 of 5 tasks
Labels
Status: Needs Review
This issue/PR needs an initial or additional review
Prerequisites
<Location of the improvement>: <Brief description of the improvement>
format, e.g.Exercises: Add exercise on XYZ
Improvement Description
As a TOP student I successfully did this exercise by using two for loops – though it was not pretty.
After checking the solution, I see that both
array.forEach
andarray.Includes()
would make this a whole lot easier, and I'm thankful I learned that.But I can't help but think that it would be a better learning experience if I would get a hint about those methods beforehand in the hints section.
I'm pretty sure I wasn't exposed to the either
forEach
orIncludes
earlier in the course, but I might be wrong.Acceptance Criteria
forEach
andIncludes
methods in the hints section.(Optional) Additional Comments
No response
The text was updated successfully, but these errors were encountered: