
: Adding or removing elements from the end of an array is efficient.
: Transforms every item in an array and returns a new one.
: To find a specific value, you typically have to check every item one by one unless the data is already sorted. Helpful Array Methods (JavaScript Focus)

