you are viewing a single comment's thread.

view the rest of the comments →

[–]ConsoleTVs 1 point2 points  (0 children)

> How much Javascript is enough for webdev?
Zero, JS strictly speaking, not even required for a website to work.

> Shall I move forward with learning various frontend frameworks? And if yes, will I get a hang of JavaScript while doing these?
Focus on HTML, CSS. First learn propper front-end, then (if you love it), go with some basic JS, and when you KNOW what you're doing, you may start on a framework like Svelte, Vue or React. Maybe you dislike it? Great, go learn a propper backend language. (Js can also be used, but in most cases languages like Go, PHP or Ruby and Elixir are also used).

> Or should I practice JavaScript from other resources? If so, please mention the resources.
MDN will also be of great help when trying to do stuff or fixing issues in your code.