UNPKG

qcobjects-docs

Version:

The official app and website for documentation of QCObjects

10 lines (6 loc) 134 B
#### Array.min Returns the min value from the elements of an Array. ```javascript let minValue = [1,2,3].min() // minValue = 1 ```