// Create a Buffer from a string const buffer = Buffer.from('Hello, Node.js!'); // Print the Buffer as a string console.log('Buffer:', buffer.toString());