Node.js Tutorial

Node.js Operators

Operators

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

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