From 00aae38757027881fd211b03e6eb7c31f8120d6f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 18 Nov 2017 00:36:53 +0100 Subject: [PATCH] Add js standard intro --- standards/js.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/standards/js.md b/standards/js.md index 1b63c41..4b01029 100644 --- a/standards/js.md +++ b/standards/js.md @@ -1,5 +1,7 @@ # 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.