DEV Community

Discussion on: Browser, DOM, JavaScript. Everything you need to know to build effective web-apps. Part two - DOM.

Collapse
 
matthewekeller profile image
matthewekeller

DOM manipulation is what javascript was created for. It's very fun and actually super intuitive. Don't let these messes of new JS frameworks scare you away. Using javascript in the browser is simple and powerful.