1. 25
    Discard the High and Low Values From an Array of Numbers with Ramda
    8m 14s

Discard the High and Low Values From an Array of Numbers with Ramda

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

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.