diff --git a/README.md b/README.md index 47baeef..47f9089 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Deployment to [Github pages](https://dgrochowski.github.io/frontend-upskilling/) - In ES6 you can marked `var` as deprecated - To declare objects and arrays you should use `const` (as often as possible) - If you cannot use `const`, use `let` +- `'use strict;'` mode will force you to create better quality code. Use it as often as you can. # Webpack diff --git a/docs/index.html b/docs/index.html index f982946..f308e75 100644 --- a/docs/index.html +++ b/docs/index.html @@ -46,6 +46,7 @@
diff --git a/docs/javascript/20-es6-module-system.html b/docs/javascript/20-es6-module-system.html new file mode 100644 index 0000000..87dd36b --- /dev/null +++ b/docs/javascript/20-es6-module-system.html @@ -0,0 +1,15 @@ + + +
+ +
+ + + +
+