JavaScript Basics to Advanced Series
The purpose of the series is to master JavaScript, the language that’s transforming web development. Get ready to take your JavaScript skills to the next level by understanding its powerful features and learning industry-standard coding practices with code snippets for each topic.
2 min readSep 5, 2024
My articles are open for everyone; non-member readers can read the article by clicking this link.
Read the articles in below sequence:
[1] JavaScript Introduction!
What is JavaScript? | Why & Where to use JavaScript?
[2] JavaScript — Setting up Development Environment!
In this article we will setup development environment to write JavaScript code.
[3] Learn to write First JavaScript Code!
In this article we will to write JavaScript code inline and in external JS file.
[4] Learn to run JavaScript using Node.js
In this article we will learn to run JavaScript code using Node.js