In this quick JavaScript tutorial, I explain how to find the smallest value in an array using the Math.min(...arr) function. Learn how the spread operator (...) works in combination with Math.min() to easily extract the minimum value from any array of numbers. Whether you're new to JavaScript or looking to brush up on your skills, this video will help you understand a simple yet powerful built-in function.