DEV Community

Cover image for Top JavaScript ⚑ Resource to Learn πŸ™Œ
Dzun N for Commit Dev

Posted on • Updated on

Top JavaScript ⚑ Resource to Learn πŸ™Œ

If you have no previous programming experience but interested in learning programming, JavaScript is the best option for you. JavaScript is the language of web, and thankfully there are tons of free resources to learn and master it online.

Why JavaScript?

JavaScript is relatively simply to begin as compared to other languages like C/C++, Java and Ruby. It doesn’t require any specific setup like installing IDE, VM or hardware configuration – just a plain text editor and your web browser is enough.

JavaScript is an open and cross-platform language with wider developer ecosystem and support. With emerging technologies like Node.js & MongoDB and popular frameworks like AngularJS & Backbone.js, JavaScript has a bright future. Even if you don’t have any intention to become a professional programmer, you should try out JavaScript.

Alt Text

Here is the list of JavaScript Resource for you all start learning and mastering the JavaScript :

Website to visit :

Books to read :

  • A Smarter Way to Learn JavaScript
  • JavaScript : The Good Parts
  • JavaScript : The Definitive Guide
  • Learn JavaScript Visually
  • Eloquent JavaScript

Youtube channels to watch :

Courses site to check :

Challenges to try :

GitHub repos to explore :

Did you find it helpful ? Thanks for reading this post.
If you have another resource, just comment down below. Thanks πŸ™Œ

Top comments (2)

Collapse
 
ivictbor profile image
Ivan Borshchov

Great list! Thanks Dzun.
Want to add very smart and useful resource for noting down coding-related things which you learn:

hinty.io

By tagging programming languages on your hints, they will be visible to other interested people, which will ask a questions, or argue, or improve your knowledge.
Sharing new knowledge improves learning quality, learning speed and knowledge level dramatically.

Collapse
 
dzun_n profile image
Dzun N

Thanks a lot,