tutorial.eyehunts.com
JavaScript find min value in an array of objects | Example code - EyeHunts
Use JavaScript reduce() or Math method to get the min value in an array of objects. The Math functions with the spread operator (…) & sorting
Rohit