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

Smartphone icons created by Freepik - Flaticon

JS String Methods

ECMAScript 5 allows property acces on strings:

var str = "HELLO WORLD";
document.getElementById("demo").innerHTML = str[0];