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
Prashant Pujara -
Megan Lee -
Sushant Gaurav -
Chidubem Okoli -
Top comments (0)