let multilineText = `This is a multiline text`; console.log(multilineText);
const htmlString = `${user.name} liked your post about strings`;