in backtick and using template literals $ it removes % sign code example
Example: javascript string interpolation
var animal = "cow";
var str=`The ${animal} jumped over the moon`; // string interpolation
var animal = "cow";
var str=`The ${animal} jumped over the moon`; // string interpolation