Coding Challenge: Neither Yes nor No
Learn to write a JavaScript program that repeatedly prompts user input until the characters y or n are entered. Explore how to apply while and for loops with conditional checks to control program flow and build interactive command line applications.
We'll cover the following...
We'll cover the following...