DEV Community

Discussion on: What tips will you give to a newbie JavaScript learner?

Collapse
 
zakirsajib profile image
Zakir Sajib

Just stick with your plan. Don't distract by any javascript framework while learning JS.
Don't just learn from tutorial or spend whole day on tutorial, write it by yourself and create small task/project on what you learning so far. Don't bother on so much about syntax, instead focus on the concept(s) and try to understand where i can use this concept on my next project.

Create a small tutorial (Blog/Video) what you learnt so far, be your own teacher and explain the concept to you.

Explain the concept in non technical way to your friends or your child.

Explain them fetch().then().then().catch() or similar.

Do they understand ?

Collapse
 
amolshelke2 profile image
Amol Shelke • Edited

Thanks Zakir well explained