print to console without newline nodejs

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

Also in JavaScript: