Add js standard intro

This commit is contained in:
Dennis Eichhorn 2017-11-18 00:36:53 +01:00
parent d30cd508ad
commit 00aae38757

View File

@ -1,5 +1,7 @@
# Js
No deprecated or removed elements, functions or practices are allowed.
## Variable scope
Variables should be defined with the scope in mind. `const` and `let` are the preferred definitions.