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