To check node version in my computer: node -v
To start node console: node
Running a javascript file 'test.js'
//filename test.js
const name = 'rittwick'
console.log(name)
Command to run this file: node test
For further actions, you may consider blocking this person and/or reporting abuse
Aditya Pratap Bhuyan -
Ritesh Shukla -
Rodolphe Dupuis -
Wallace Freitas -
Top comments (0)