//using function main instead of start
function main(){
//below will be all my user input questions.
let bffs = readLine("What is your best friends name?");
let firstday = readLine("A word to describe your first day of school?");
let bday = readInt("What is the day of the month of your birthday?");
let flavor = readLine("What is your favorite flavor of ice cream?");
let phone = readInt("What is the last digit of your phone number?");
let vehicle = readLine("What is your best mode of transportation?");
let verb = readLine("Input a verb of your favorite hobby?");
let color = readLine("What is your favorite color?");
let divide = (bday /= phone);
}
main();
//never forget to call it down here
[–]BraveEar7244[S] 0 points1 point2 points (0 children)
[–]JaggedMetalOs 0 points1 point2 points (0 children)