News

Manipulating arrays in code is a very common operation. Whether you are creating a total for a shopping cart, grabbing only the first names out of a list of people, or moving a piece on a chessboard, ...
In general, handling array functions like we’ve seen here, using JavaScript’s built-in functions like map() and filter(), is an excellent application of the power of functional programming.
Contribute to sauriin/lab-javascript-functions-and-arrays development by creating an account on GitHub.