javascript AP project
by Patel1327
HTML
<h1>
"Would you rather ???"
</h1>
<button onclick="Askquestion()"> start
</button>
JavaScript
var guess;
var answer;
function Askquestion(){
guess = prompt ("Would you rather eat healthy food or junk food?")
}