python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Loop prompt when input isn't a month
I'm trying to loop the prompt when the user enters incorrect input. I googled and clicked almost all the top links, tried while loop and for loop and am just not getting anywhere. When I use the metho...
mamačʔaqƛ j'me
Votes: 0
Answers: 2
javascript loop with prompt
I'm having trouble doing a loop with javascript. It's just a game of rock paper scissors. Instead of printing the results of each game one by one, the prompt appears and asks the user three times for ...
Joseph Walsh
Votes: 0
Answers: 1
I am writing a hangman style program but am having trouble checking if more than one character has been entered and the set word is guessed
I am using a while loop to check if the number of guesses is less than 10 and once 10 guesses has been made it will prompt you one last time to input the whole answer not just individual characters. I...
Austin Drake
Votes: 0
Answers: 1
Trouble using a prompt with object literal (JS)(New to coding)
I'm new to coding and JS so I'm sorry if this is a dumb question. I have an object literal named listA, which has various keys:values in it. I am trying to have the code prompt to the user all of the ...
Bookit69420
Votes: 0
Answers: 0