close icon
daily.dev platform

Discover more from daily.dev

Personalized news feed, dev communities and search, much better than what’s out there. Maybe ;)

Start reading - Free forever
Start reading - Free forever
Continue reading >

Why JavaScript Is A Good Choice For Beginners

Why JavaScript Is A Good Choice For Beginners
Author
Catalin Pit
Related tags on daily.dev
toc
Table of contents
arrow-down

🎯

JavaScript is the de-facto language used in web development, and for good reasons. It is a versatile language, easy to start with, and popular. As a result, you can:

  • build all types of applications. For instance, mobile, smartwatch, and web applications.
  • start coding in JavaScript by only using your browser.
  • quickly and easily find any types of tutorials.

Versatility

One of the most powerful features of JavaScript is its versatility. With JavaScript, you can go beyond web applications. If you want to build servers, you can do so. If you're going to develop games, you can do that too. You get the idea.

Moreover, you can build an application from start to finish by only using one programming language. JavaScript allows you to create the Backend and Frontend to develop complete applications.

Therefore, by picking this language, you do not limit yourself to only one area. For instance, if you have a web application and you want to build a mobile application as well, you can do that with React Native.

JavaScript is one of the most versatile programming languages.

Popular

For several already, JavaScript in the first places of the most popular programming languages.

StackOverflow Survey
Figure 1


I have taken figure 1 from the Stackoverflow 2020 Survey. You can see that JavaScript is still the most popular programming language again.

StackOverflow Survey
Figure 2


From the same source, Figure 2 shows that JavaScript is the second most wanted language, as well.

However, what does that mean to you? First of all, it means there are a plethora of job opportunities if you know JavaScript. That applies globally, and not only to specific countries.

Secondly, there are a lot of communities and tutorials online. Whatever you want to learn, the chances are that someone already explained the concept. Also, if you want to join a community, there are lots of them.

Thirdly, JavaScript is not going away soon. Even if it is, we have so much legacy code that there will be lots of jobs to maintain that code.

Therefore, by learning JavaScript, you open yourself to a lot of job opportunities. Whether you go with Node.js, React or Vue, there will always be a job for you.

Easy to start with

Starting with JavaScript only requires a browser. Just open the developer tools, and you can write JavaScript code. No matter how much experience you will have in the future, there will be times when you will write code in the console to test/debug your code.

Of course, that is not feasible in the long run, and you are not likely to build applications in the developer tools. However, it is very handy to test and debug your code.

What route to take

Now that you know why JavaScript is a good programming language to start with let us see what path you could take.

My advice is to pick either Backend or Frontend. Learning to become Backend and Frontend is challenging on its own, let alone trying to learn both at the same time. You cannot go wrong with either.

Let us look again at the Stackoverflow Survey.

Stackoverflow Survey
Figure 3


Looking at the survey in figure 3, we can see that JavaScript frameworks are leading the race. jQuery, React, Angular, Express, Vue, and Gatsby are all JavaScript frameworks.

Stackoverflow Survey
Figure 4


Moreover, looking at Figure 4, we can see that JavaScript (Node.js) is still leading the charts. If you are not familiar with Node.js, it is a web framework that allows us to build servers.

Therefore, you can see that JavaScript is a popular technology, and you cannot go wrong by working with it.

Where to get started

One of the best resources to get started with JavaScript is FreeCodeCamp. They have resources on Vanilla JavaScript, Algorithms and Data Structures with JavaScript, React, and Node.js. In other words, they cover the full spectrum of the JavaScript Full Stack development.

Besides that, you can complement your learning with their YouTube channel. FreeCodeCamp has a YouTube channel where they post all sorts of free tutorials. They are recorded by professional developers, as well.

I consider FreeCodeCamp the best place to start for someone that wants to learn how to code. They have a well-structured curriculum, professionals develop the curriculum, and they have a very supportive community.

If you still want more resources, another useful and excellent website is The Odin Project. In a similar vein, it has a curriculum that takes you through Vanilla JavaScript, Node.js, React, Vue and Angular.

Therefore, if you want to code, I recommend you:

Conclusion

Hopefully, the article convinced you to start with JavaScript if you are just learning to code or coming from another language.

To sump up, JavaScript is:

  • a versatile language - you can build almost anything with it
  • easy to start with - you only need a browser to start coding
  • popular - leading the charts

Catalin publishes programming and software development articles on his blog.

Why not level up your reading with

Stay up-to-date with the latest developer news every time you open a new tab.

Read more