Skip to content
Akin C edited this page May 23, 2017 · 9 revisions

Welcome to the Javascript-strict-mode- wiki!

Javascript has some troublesome features which can be solved by activating the strict mode. This mode should be since ES5 backward compatible. That means early versions of js should ignore the mode.

The mode can be enabled by adding the following string into the js code:

"use strict";

To test the strict mode just download the files and execute "index.html". Note that all files should be placed in the same folder so that the functionality of the code is guaranteed.

For the topic "concatenating strict files" use this Link.

Clone this wiki locally