Echo JS 0.11.0

<~>
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

Replies