mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-11 20:38:42 +00:00
Add js standards
This commit is contained in:
parent
e7d599312e
commit
88da3eddc7
9
standards/js.md
Normal file
9
standards/js.md
Normal 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`
|
||||
Loading…
Reference in New Issue
Block a user