mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-14 13:38:40 +00:00
11 lines
246 B
Markdown
11 lines
246 B
Markdown
# 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` |