1Brenden Eich is the founder of JavaScript and the amazing thing
2about him is He have developed JavaScript in just 10 Days
1let data = {
2 name:"Brendan Eich",
3 inventor :"Javascrpt"
4}
5console.log(`The name of his is ${data.name}. He is the inventor of ${inventor} programming language`);