CARD 1
Introduction
Login to report note issues for this section.
Arrays — map, filter, reduce, find, forEach, slice, splice
An array is an ordered list of values. JavaScript arrays come with powerful built-in methods that allow you to transform, filter, search, and iterate over data without writing manual loops.
codejs
This topic covers the most important array methods used in real-world JavaScript.