index.js 52 Bytes
let name = "biebie";
console.log(`Hello ${name}.`);