javascript assign multiline string to variable 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`;