index.js 48 Bytes
Newer Older
1 2
let name = "Jef"
console.log(`hello ${name}.`);