We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Quinncuatro/jane-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
array-methods.md•676 B
---
title: JavaScript Array Methods
description: Test document for stdlib javascript
author: Claude
tags:
- test
<<<<<<< HEAD
createdAt: '2025-07-18T16:24:03.140Z'
updatedAt: '2025-07-18T16:24:03.140Z'
=======
createdAt: '2025-07-18T20:36:27.853Z'
updatedAt: '2025-07-18T20:36:27.854Z'
>>>>>>> refs/remotes/origin/main
---
# JavaScript Array Methods
Common array methods in JavaScript:
- `map()`: Creates a new array with the results of calling a function on every element
- `filter()`: Creates a new array with elements that pass a test
- `reduce()`: Applies a function to reduce the array to a single value
- `forEach()`: Executes a function once for each array element