If you work with JavaScript, you probably use arrays a lot. In this post I would
like to introduce you to a few of my favourite array methods. For all the
examples we will use the following array.
var users = [
{
firstName: 'Jilles',
lastName: 'Soeters',
gender: 'M'
},
{
firstName: 'Justin',
lastName: 'Bieber',