Search
We can insert the values of variables into a template string using the ${} notation. This is known as string interpolation.
${}
In the example given above, we are using string interpolation to insert the value of an expression into a template string.