js string inter code example Example: string interpolation javascript Click to copyconst age = 3 console.log(`I'm ${age} years old!`)