Operators
Operators perform arithmetic, comparison, and logical operations on values.
NODEJS
console.log(process.version);Try it Yourself
Node.js Tutorial
Source: Bro Code
Operators perform arithmetic, comparison, and logical operations on values.
console.log(process.version);