I am starting a series on node js. Actually I’m not super skilled with node js. So I thought let’s start from zero again and help others with me to learn about it. I saw the ‘the net ninja’ tutorials and took the syllabus from there and make a fusion of my own. I want to help you with my journey, let’s ride together into node js for 30 days…

Day 2— Learning Node JS In 30 Days [Mini series]

A full series to learn the basics easily of node js

Muhammad Ali

--

node website
  • In my pc node was installed before which is 10.16.3 but you can install 12.13.1 (LTS Recommended For Most Users) because LTS means Long Term Support
  • Download and install
  • Now open command promt and write node -v then you’ll see what version use are using of node.
node version checking
  • create a folder and name it whatever you want
  • create a file and name it whatever you want with .js extention
  • Write the simple code in there
  • Open command promt on this folder and write command node YOURFILENAME like node app.js

And magic!!! see the result!

So can you install the node right now ?

Originally it published on nerdjfpb blog and graphical version on instagram. you can connect with me in twitter, linkedin or instagram

--

--

No responses yet