+ 1
How to better learn Javascript?
Hi, I started learning Javascript and was wondering what is a better way to learn it. Is it using a console or an editor?
2 Réponses
+ 7
There are several CLIs for some Frameworks, but I don't recommend using them.
First of all you should get a good IDE. WebStorm or Visual Studio Code are the best imo.
Then you should learn good practice techniques and Frameworks. I suggest to look into:
- NodeJS
- TypeScript, Lint
- Webpack
- React
- Angular
- ExpressJS
- mongoose (in combination with mongoDB)
Please don't feel baffled, this is a longtime plan. You could learn for several month on each of these libraries/frameworks.
Good day :-)
+ 1
Get a good Javascript book.