You have already completed these exercises!
Do you want to take them again?
You completed the JS Strict Mode Exercises from W3Schools.com
Share on:
How do we define that JavaScript code should be executed in 'strict mode'?
"use strict";
use strict;
"strict mode";
strict mode;