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