We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e6a6a commit fd97f85Copy full SHA for fd97f85
1 file changed
doc/api/process.md
@@ -2498,7 +2498,8 @@ added: v0.1.3
2498
2499
* {string}
2500
2501
-The `process.version` property returns the Node.js version string.
+The `process.version` property returns the Node.js version string in the form of
2502
+`v<major>.<minor>.<patch>`.
2503
2504
```js
2505
console.log(`Version: ${process.version}`);
0 commit comments