SyntaxStudy
Sign Up

Arrays

Beginner

Fill in the array method names.

To add an item to the end of an array: arr.(item)

To remove the last item: arr.()

To get the number of items: arr.

To create a new filtered array: arr.(fn)

To transform each item: arr.(fn)