1
0
mirror of https://github.com/mojpm/frontend-development.git synced 2025-08-05 20:17:24 +02:00

Add HTML DOM and this-vs-that

This commit is contained in:
Phuoc Nguyen
2020-11-03 14:29:15 +07:00
parent 6b948fad70
commit 87c735cae7

View File

@@ -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