DEV Community

Cover image for Basic Concepts to get started with JavaScript
Raju Saha
Raju Saha

Posted on

Basic Concepts to get started with JavaScript

We all are confused when we are going to learn new technology. I too was confused when I had started my journey in Javascript. As their are lots of resources, bootcamp, tutorial etc available in today's world of internet.
So I just wanted to state that before diving with video bootcamp or video tutorials, you should first go with documentation ar any written resources as it gives time to think and understand it with your own pace.

Basic concepts must go through:

  • Variables Declaration (let,var & const)
  • Data types
  • Functions & Events

Some helpful links
Javascript MDN
The Modern Javascript Tutorial

Practice everyday

Learning takes time, so keep patience and do the work

Top comments (0)