Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# must avoid imperative loop

Avoid use of for loops with this exercise.

According to the introduction, there are built-in methods on the JavaScript Array object that are geared towards analysis.

Take a look at the introduction and/or the [MDN docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array#instance_methods) on what methods are available to use.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# prefer built in method

Make use of the built-in `${'method'}` method available on the `${'type'}` type.