UNPKG

qcobjects-docs

Version:

The official app and website for documentation of QCObjects

9 lines (6 loc) 131 B
### Array.max Returns the max value from the elements of an Array ```javascript let maxValue = [1,2,3].max() // maxValue = 3 ```