DEV Community

Cover image for Top 4 Reasons Why I Learnt JavaScript
Karl Esi
Karl Esi

Posted on

Top 4 Reasons Why I Learnt JavaScript

Popularity

JavaScript is one of the most widely used programming languages, with millions of developers using it to develop websites, web applications, browser-based games, server-side APIs and more.

So, it makes it a very valuable skill to have and it opens up many job opportunities, and it allows for collaboration with other developers.

Versatility

So, it is also very versatile.

It is used both on the frontend and backend of web development, making it a full stack language.

This versatility allows developers to build complete web applications using only JavaScript.

Not only that, but there are technologies like React Native, which allows you to build complex mobile applications, and technologies like Electrons that allow you to create desktop applications.

Some of the most popular desktop applications are actually built on JavaScript and Electron, including VS Code, which is the text editor that we will be using, as well as Postman which is the HTTP client that we will be using.

Before we continue, please subscribe to my free weekly newsletter where I help you get a high paying developer job.

Relatively Easy To Learn

So, I would say that JavaScript is relatively easy, relative being the key term.

So, if you compare it to other languages especially more low-level compile languages like C and C++, it is much easier to get into.

Anyone who has a passion for coding, can learn JavaScript.

You don't have to be some genius, you don't have to be great in Maths or anything like that.

You just have to have some drive and the willingness to learn and to put the effort in.

Community

So JavaScript also has a very very large and active community, which provides a wealth of resources, support, tutorials, and tools for learning and improving your skills.

From websites like Stack Overflow to social media, JavaScript has a huge reach.

And when it comes to tools like actual development tools, there is just so much open-source software.

So, you have NPM which is the Node Package Manager, with like 1.3 million packages that you can just download and install and use.

So, there is no shortage of resources or tools when it comes to JavaScript.

Happy Coding!
Karl

Top comments (0)