Answer the questions and then click "Check Answers".
Which function is used to ask the user to enter a value?
alert() prompt() document.write()
What is the result of this code?
var x = 3 + 2;
32 5 6
Which keyword is used to make a loop?
if for var
Which operator means "greater than or equal"?
> >= <=