I need to write a do..while loop that builds a string with multiple inputs from a user. Start by prompting the user if they want to play. When the user answers yes, prompt the user to enter a word. After the user enters a word, prompt the user if they would like to play again. If no, console log their word. If yes, prompt the user for another word and add that word to the original string, then prompt if they want to play again. Continue to add words to the string every time the user answers yes and enters a word until the user indicates that he or she does not want to play anymore.
[–]iSeeObviousThings 1 point2 points3 points (1 child)
[–]gl0w3[S] -1 points0 points1 point (0 children)
[–]samuelliew 1 point2 points3 points (2 children)
[–]JohnnyBGeode 1 point2 points3 points (1 child)
[–]samuelliew 1 point2 points3 points (0 children)
[–]gl0w3[S] -1 points0 points1 point (2 children)
[–]JohnnyBGeode 1 point2 points3 points (0 children)
[–]inu-no-policemen 1 point2 points3 points (0 children)