Beginner javascript courses
Beginner javascript courses
Out of context: Reply #2
- Started
- Last post
- 6 Responses
- monNom0
Start with the basics.
Ignore react, typescript, node.js, libraries in general.
These all abstract away what is actually happening and makes it really tough to actually learn JavaScript (as opposed to learning a library).Learn html, css, JavaScript and the DOM (document object model) —basically how JavaScript talks to html.
Master the basics and you will get surprisingly far.