Add js standards

This commit is contained in:
Dennis Eichhorn 2017-11-16 20:44:53 +01:00
parent e7d599312e
commit 88da3eddc7

9
standards/js.md Normal file
View File

@ -0,0 +1,9 @@
# Js
## Variable scope
Variables should be defined with the scope in mind. `const` and `let` are the preferred definitions.
## Deprecated functions and variables
* `eval`