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

Smartphone icons created by Freepik - Flaticon

JavaScript Arrays

Avoid using new Array().

var points = new Array(40);
document.getElementById("demo").innerHTML = points;