With "use strict":
Using a variable without declaring it is not allowed.
Open the browser console (F12) to see output or errors.
Global "use strict" declaration
"use strict" inside a function
Using an object correctly
Deleting an object property (allowed)
Trying to delete a variable (not allowed in strict mode)