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