index.js 62 Bytes
Newer Older
1
let name = "winaibuttasart";
2 3 4
console.log(`Hello ${name}.`);