Clothing in Afghanistan consists of the traditional style of clothing
worn in Afghanistan. The various cultural exchanges in the nation's
history have influenced the styles and flavors of contemporary Afghan
designs. The national dress is the fusion of different ethnic groups in
Afghanistan.
function buynow() {
let name = prompt("what is your name?");
let kind = prompt("what kind of Afghan dress do you like?");
let payment = prompt("please enter your idcard number");
alert("Thank you," + name + "! Enjoy your purchace!" + "👗");
}
let buynowbutton = document.querySelector(".buy-button");
buynowbutton.addEventListener("click,buynow");