Developer-Guide/standards/js.md
2017-11-16 20:44:53 +01:00

9 lines
174 B
Markdown

# Js
## Variable scope
Variables should be defined with the scope in mind. `const` and `let` are the preferred definitions.
## Deprecated functions and variables
* `eval`