1
0
mirror of https://github.com/mojpm/frontend-development.git synced 2025-08-10 22:43:57 +02:00

Merge pull request #5 from phuoc-ng/add-html-dom

Update README #5
This commit is contained in:
Joel P. Mugalu
2020-11-04 08:47:22 +03:00
committed by GitHub

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