Complete the function 'interpolate'. This function will take in a string parameter, and return a string as follows: code example
Example: string interpolation javascript
const age = 3
console.log(`I'm ${age} years old!`)
const age = 3
console.log(`I'm ${age} years old!`)