Commit 5d060c01 authored by Pascal Hartig's avatar Pascal Hartig

Mention strict mode explicitly in codestyle

parent 193752e8
......@@ -57,6 +57,11 @@ Example:
})
```
## Strict mode
Strict mode should be used whereever possible, but must never be globally
applied. Instead, use it inside an IIFE as shown above.
## Comments
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment