Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 583 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 583 Bytes

Javascript Arrays

These are a few examples of how to start using Javascript array methods like map, reduce, filter, and so on.

Gettings Started

To execute example you could use the node command followed by the javascript filename. For example:

node map.js

Commands

You can use this command to format all the files using prettier

npm run prettier

Try it online

You can try these examples on repl.it or you can use the fork button: