function calculateWeightLoss() {
const currentWeight = document.getElementById('current-weight').value;
const potentialWeightLoss = currentWeight * 0.15;
document.getElementById('potential-weight-loss').textContent = `Potential Weight Loss: ${potentialWeightLoss.toFixed(2)} pounds`;
}
/sc-assets/prd/practices/cdcd65da-a892-465a-aa2c-48d5c1f8134f/Screenshot 2023-04-25 at 4.46.58 PM.png)