Tag: filter

Recent Post

How to Remove Duplicate Objects from an Array

When deciding which method to choose, object type should be taken into account.

Remove element from a JavaScript array by value

How to remove an element array element by value with and without mutating the original array.

How to remove duplicate array values

Two ways you can remove duplicate values from an array.

Higher-order array methods with simple examples: map, filter, sort and reduce

Use flexible higher-order array methods to help achieve your programming objectives.