up::[[javascript string manipulation]] #informatique/javascript ```js let myName = 'Chris'; console.log(`Hi! I'm ${myName}!`); ```