Post by Mads Brodt
Front-End Lead | Helping front-end engineers level up their skills and land jobs | JavaScript, React, Vue, TailwindCSS
JavaScript can be very overwhelming when first starting out. Especially if you don't have previous programming experience. But for starters, I recommend focusing on: → Basics of variables, functions and objects → Fundamental concepts like if statements and loops → Manipulating the DOM using document querySelector() → Array methods like map, filter and reduce for data massaging → Promises and async / await for data fetching and error handling This is not a comprehensive list by any means. But it'll get you started and allow you to build some pretty cool stuff. Then you can always pick up the rest as you go along. 🔥