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

Smartphone icons created by Freepik - Flaticon

With "use strict":

Using a variable without declaring it, is not allowed.

Activate debugging in your browser (F12) to see the error report.

"use strict";
x = 3.14;  // This will cause an error (x is not defined).