Alang
Results
2
comments of
Alang
How to solve MacOS?
const arr = [10, 21, 0, -7, 35, 7, 9, 23, 18]; const min = arr..sort((a,b) => a-b).filter(n => n > 0)[0]