mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-27 11:28:40 +00:00
Add js standard intro
This commit is contained in:
parent
d30cd508ad
commit
00aae38757
|
|
@ -1,5 +1,7 @@
|
||||||
# Js
|
# Js
|
||||||
|
|
||||||
|
No deprecated or removed elements, functions or practices are allowed.
|
||||||
|
|
||||||
## Variable scope
|
## Variable scope
|
||||||
|
|
||||||
Variables should be defined with the scope in mind. `const` and `let` are the preferred definitions.
|
Variables should be defined with the scope in mind. `const` and `let` are the preferred definitions.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user