javascript multiline string with variables in between code example
Example: js multiline string with variables
const htmlString = `${user.name} liked your post about strings`;
const htmlString = `${user.name} liked your post about strings`;