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



Smartphone icons created by Freepik - Flaticon

Functions can be invoked automatically without being called:

(function () {
  document.getElementById("demo").innerHTML = "Hello! I called myself";
})();