diff --git a/standards/js.md b/standards/js.md new file mode 100644 index 0000000..1b63c41 --- /dev/null +++ b/standards/js.md @@ -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` \ No newline at end of file