Code in app.js:
const data = 'dGhpcyBpcyBvcmlnaW5hbCBiYXNlNjQgc3RyaW5n'; console.log(Buffer.from(data, 'base64').toString("ascii"));
node app.js