This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
Activate debugging in your browser (F12) to see the error report.
"use strict"; myFunction(); function myFunction() { y = 3.14; // This will cause an error (y is not defined) }