ncp
ncp copied to clipboard
Add strict mode
Why?
There is reasons like:
- converting mistakes into errors
- simplifying variable uses
- making eval and arguments simpler
- "securing" JavaScript
- paving the way for future ECMAScript versions
Actually, I gave you link.