Installing Node

For learning node, it is recommended that you install it on your system. For installing node, open your browser and…

1 Min Read

Path Module

Node has many built in modules that provide pre-written functionality for performing common tasks. Node’s built in modules include Console,…

1 Min Read

Modules

A module is a small component or building block of an application. A module consists of variables and functions. With…

1 Min Read

Creating Module

As explained earlier, a module contains variables and functions and every file in node is a module. So let’s start…

3 Min Read

First Program

Create a new folder anywhere on your machine. Open command prompt and navigate to the newly created folder. Type command…

1 Min Read

Node.js

Node.js or simply Node is an open source runtime environment for executing javascript code.What does it mean by runtime environment?A…

3 Min Read

Object cloning

Cloning an object means creating its exact copy. Cloned object would have the same properties and methods as the source…

3 Min Read
Exit mobile version