-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Akin C edited this page Apr 15, 2018
·
9 revisions
This repository is part of a larger 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.
This knowledge was gained:
Effective JavaScript "68 Specific Ways to Harness the Power of JavaScript" by David Herman