Node.js Tutorial

Node.js Operators

Source: Bro Code

Operators

Operators perform arithmetic, comparison, and logical operations on values.

NODEJS
console.log(process.version);
Try it Yourself