Learn NodeJS



Node JS is Javascript Engine that can run JavaScript outside browser. You can find it here. to start learning NodeJS you have to install it to your machine. The instalation is simple, just follow the instructions.

After the installation success, open cmd/terminal. try this

"node -v"

this will give you the node version that installed in your computer.

then, start with this simple code. Start the nodejs with this code

"node" enter

Then write the javascript code. for first lets do this.

"console.log('Hello World!');" enter.

This will return "Hello World!"



Ok, that's all for this time. see you !

No comments:

Post a Comment

Starting My journey as Mobile Developer

 Hi there! Today, I started my journey as a mobile developer, after years of working as a software engineer. Now I want to open a new page i...