Developer-Guide/standards/js.md
2022-02-19 13:57:38 +01:00

11 lines
246 B
Markdown
Executable File

# 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.
## Deprecated functions and variables
* `eval`