This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.



Smartphone icons created by Freepik - Flaticon

JS apply()

This example returns the highest number in an array of numbers:

document.getElementById("demo").innerHTML = Math.max.apply(Math, [1,2,3]);