▲ Calculate the Max/Min value from an array in JavaScript at github.com▼1 up and 1 down, posted by loverajoel 3236 days ago 1 comment
NickOoms 3236 days ago. link 1 point ▲ ▼Spread operator examples should be Math.max(...numbers) and Math.min(...numbers) instead of Math.max(numbers...) and Math.min(numbers...) Pull Request sent