let dob = prompt("Enter YoB"); let fdn = parseInt(dob); let cy = parseInt(2021); let edad = (fdn - cy); console.log("You are " + edad + " ye