DEV Community

Md wahiduzzaman khan
Md wahiduzzaman khan

Posted on

Easy way to learn javascript?

Easy way to learn javascript? I am an Android developer for 4 years, now I want to get my hands on react native for cross-platform application. What is the easiest way to learn javascript for mobile development?

Top comments (1)

Collapse
 
harittweets profile image
Harit Himanshu

I would strongly encourage to read from official sources (close to). The best way is developer.mozilla.org/en-US/docs/W...

Go to the sidebar and follow along. The trouble with JavaScript is that the standard came after the language so a lot of "odd" ways of JavaScript is embedded into the code bases.

The things you should really learn is immutability, hoisting, Scopes, async programming, this keyword, promises, Prototypes among other things.

I do 1:1 mentoring with a lot of individuals and I know the pain of not knowing the entire ecosystem. I know that these topics are MUST to learn. If you are ever interested in a a mentoring program, reach me out!

Hope this was useful.
Thanks