News

// 4. If Statement: Check Voting Eligibility let userAge = parseInt(prompt("Enter your age:")); if (userAge >= 18) { document.body.innerHTML += " You are eligible to ...
let para = document.createElement("p"); undefined para.textContent = "Octobers birth flowers are the Marigold and Cosmos."; 'Octobers birth flowers are the Marigold ...