Min Array Value Based on Function

# Introduction In this lab, we will be exploring the `minBy` function in JavaScript. The `minBy` function returns the minimum value of an array, based on a function that maps each element to a value. Through this lab, you will learn how to use `minBy` to find the minimum value of an array, using a provided function.

|60 : 00

Click the virtual machine below to start practicing