JavaScript Array Methods Reference
Searchable reference for every JavaScript Array prototype method with syntax, return type, mutates flag, and a live runnable example.
0 methods
Method
Description
Returns
Category
Mutates
No methods match your search.
Summary
Searchable reference for every JavaScript Array prototype method with syntax, return type, mutates flag, and a live runnable example.
How it works
- All built-in Array prototype methods are listed in a filterable table.
- Use the search box to filter by method name or description.
- Use the category and mutates filters to narrow results further.
- Click any row to expand a live runnable code example.
- Press the Run button to execute the example and see the output instantly.
- Results appear inline — no external services or network calls needed.
Use cases
- Quickly look up Array method syntax without leaving your editor.
- Learn which methods mutate the original array vs. returning a new one.
- Test an unfamiliar method against a small example before using it in code.
- Use as a study aid when preparing for JavaScript interviews.
- Find the right higher-order method (map, filter, reduce, find, etc.) for a task.
- Compare similar methods such as find vs. findIndex or slice vs. splice.
Frequently Asked Questions
Last updated: 2026-06-09 ·
Reviewed by Nham Vu