I know the basics of html ans css, and now I want to make my self a good front end developer, so I decided to learn JavaScript, and I got this book.
DOM Scripting: Web Design with JavaScript and the Document Object Model: Second Edition
I started to learn about JavaScript then i read that JavaScript is totally based on DOM scripting, and now I am confused what I should learn first. Should I learn JavaScript basics, or DOM scripting first?
I’m a beginner for both JavaScript and DOM Scripting
Learn Javascript. The DOM is merely an API that is provided by the browser. Once you know how JS works, you will be better equipped to handle the DOM.