Multiple OR Operands and User Validation
The context: a prompt that is given to me in a code bootcamp, the solution was coded in a single javascipt file using repl.it
We are presented with this starter code:
const input = require("readline-sync");
function getValidInput(prompt, isValid) {
...
beccani.hashnode.dev6 min read