Skip to content
Akin C edited this page Apr 15, 2018 · 9 revisions

Welcome to the Javascript-strict-mode- wiki!

This repository is part of a larger project!

◀️ PREVIOUS PROJECT| NEXT PROJECT ▶️


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