From 87c735cae7f07a30c658ab51e13fabb5ec3e47b4 Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Tue, 3 Nov 2020 14:29:15 +0700 Subject: [PATCH] Add HTML DOM and this-vs-that --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8450796..b5e4f9b 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,7 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD) - [Standardjs](https://standardjs.com/) - [Google JavaScript Style Guide](https://google.github.io/styleguide/jsguide.html) - [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript) + - Visual Studio Code Extensions - [Snippets](https://marketplace.visualstudio.com/items?itemName=xabikos.JavaScriptSnippets) - Snippets for JavaScript ES6 syntax and TypeScript. - [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - Code Linter that can find out any problematic patterns. You can even make your own set of rules to check and reuse logic. @@ -247,6 +248,10 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD) - [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) - REST Client for Visual Studio Code - [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome) - Debugging tool. +- Websites + - [HTML DOM](https://htmldom.dev/) - Common tasks of managing HTML DOM with vanilla JavaScript + - [this vs that](https://thisthat.dev/) - The differences between ___ and ___ in the front-end development + [👆 Back To Top](#table-of-contents) # Git