Fun with array methods!
I've seen a couple of questions around working with arrays so I thought I'd write an article on some methods that are available to us in the system. There are also a few that aren't available and only work with ES6 (like array.find()). I don't know e...