For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
For further actions, you may consider blocking this person and/or reporting abuse
Thomas Desmond -
Sadeedpv -
Vitali Pomanitski -
Raktim Midya -
Once suspended, amolshelke2 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, amolshelke2 will be able to comment and publish posts again.
Once unpublished, all posts by amolshelke2 will become hidden and only accessible to themselves.
If amolshelke2 is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Amol Shelke.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag amolshelke2:
Unflagging amolshelke2 will restore default visibility to their posts.
Discussion (15)
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 ?
Thanks Zakir well explained
Read the documentation.
Thanks Erik❤️
Focus on JavaScript first and do not start with an UI Framework.
Anybody can correct me of course!
you said it correct. thanks
Exactly!
Practice, practice, practice.
Pick one tutorial and then after that just start coding and keep an open tab up for the documentation for quick reference.
thanks Diego ❤️
Thanks Dhanush well I'm learning core topics..
Write about what you learn. Writing quality doesn't matter. If you write stuff down, you're forced to understand what's going on. Doesn't matter if the topic has been written about top-to-bottom, I swear to you it will help you learn.
Also, Javascript for Cats: jsforcats.com/
Thanks Decker
1) Become familiar with the authoritative source of information on web technologies that is the Mozilla Developer Network (MDN)
2) Gain a good understanding of the three foundation web technologies (HTML, CSS and JavaScript) before venturing into more advanced technologies such as React/Vue/Angular and SCSS etc. But you do not have to be an expert.
3) Find a good source for up to date changes in the core technologies. Examples I use include 2ality, Kevin Powell and Google Chrome Developers especially the HTTP 203 series.
4) Practice your art but developing small side projects and venture into Open-Source projects when you feel ready for a challenge.