DEV Community

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

Collapse
 
aadish2020 profile image
Aadish Patodi

I am mostly a backend developer who works with frontend guys and this stuff has always fascinated me and most of the time left me confused, I guess this series will be really helpful for folks like me.

Collapse
 
dmtrshat profile image
Dmitry Shatokhin

Glad to hear it.
I'll do my best!

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.