Nhận máy chủ Node của riêng bạn
 var util = require('util'); var txt = 'Congratulate %s on his %dth birthday!'; var result = util.format(txt, 'Linus', 6); console.log(result);
Xin chúc mừng Linus nhân sinh nhật lần thứ 6 của anh ấy!