#javascript
Array methods are functions built-into JS that we can apply to our arrays e.g pop(), join(), push(), concat()
Higher-Order Function: A function that receives another function as an argument or that returns a new function e.g filter(), map(), foreach()
@theablestate