index.js 55 Bytes
Newer Older
1 2
let name = "praew";
    console.log(`Hello ${name}.`);