Nieuws

JS Object Array Filter This is a filter function that aims to be a pretty efficient way of filtering an array of objects based on whether any of the values contain the filter term.
The Array Object in JavaScript has a built-in reduce method that iterates over each value in an array and returns a value. It is very useful when calculating sums.