Node.js: printing to console without a trailing newline

CSS
process.stdout.write("hello: ");
Source

Also in CSS: