In this lesson we'll see how to use the without
function to remove items in a known list from an array. Then we'll generate our exclusion list and apply it to without
using reduce
, min
, max
and converge
to detect the highest and lowest values in an array and creating a new array that excludes those values.