nodejsHow to log to stdout
Usage example
console.log('hi')
output
hi
More of Nodejs
- How to write file
- How to pipeline streams
- How to post url-encoded data
- How to get UTC timestamp
- How to read stream to Buffer
- How to convert JSON to Buffer
- How to pretty print JSON stringify
- How to POST JSON data
- How to init Node.js project with NPM
- How to get format date in "yyyy-mm-dd"
See more codes...