#programming
Read more stories on Hashnode
Articles with this tag
We are already aware of template literal as shown below: const name = 'Groot'; console.log(`I am ${name}`); When we use template literal, any...