How can I practice JS and what are the most important things in it?

Hi guys, I’m learning JS and it’s kinda hard and I don’t know how to practice the things that I learn in it and what are the most important things in there.
Btw I’m feeling a little confused and forgetting those things in a short period of time because I’m not practicing them…Thank you and stay healthy~~~~!!!

Using the FCC curriculum I would say these chapters explain the basic building blocks of the language:

  • Basic JavaScript
  • ES6
  • Regular Expressions
  • Debugging
  • Basic Data Structures
  • Object-Oriented Programming
  • Functional Programming

And in these you start to put the building blocks together:

  • Basic Algorithm Scripting
  • Intermediate Algorithm Scripting
  • JavaScript Algorithms and Data Structures Projects

Clearing the code and doing the exercises again, only looking at the exercise prompt, has helped me to retain the basics. As soon as you can build projects, that is likely the way that really makes things stick. Personally I also like the site codewars.com, which has a similar interface to FCC and lots of exercises.

3 Likes

Well im not following fcc curriculum , i learned basics and im now on the DOM

Try Javascript30 to give your basic understanding of JS a boom