Face beat on Special, you can get any type of makeup that you want at 50% off. Make enhances one's beauty and almost everygirl likes to wear it
Enjoy this while it lasts. Valid till 31 August 2023.
function beautySalon() {
let city = prompt("Where do you live");
let speacial = prompt("Do you want the speacial?");
let heading = document.querySelector("h1");
if (special === "no") {
alert ("☹️ See you next time.);
} else {
alert ("😄 Thank you, We'll be happy to serve you with good looks);
}
}
let changeButton = document.querySelector("button");
changeButton.addEventListener("click", changeBeauty);