mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-16 22:48:41 +00:00
9 lines
174 B
Markdown
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` |