BJBecca Johnsoninbeccani.hashnode.dev·Dec 23, 2020 · 10 min readScrabble Scorer Part 2The context: this is an exercise that was given to me in a coding boot camp. The solution was compiled in a JavaScript file in repl.it and the user interaction was within the terminal. The Prompt To remind you: we have been instructed to update the o...00
BJBecca Johnsoninbeccani.hashnode.dev·Dec 21, 2020 · 3 min readScrabble Scorer Step 1The context: this is an exercise that was given to me in a coding boot camp. The solution was compiled in a JavaScript file in repl.it and the user interaction was within the terminal. The Prompt We have been instructed to update the old Scrabble s...00
BJBecca Johnsoninbeccani.hashnode.dev·Dec 13, 2020 · 6 min readMultiple OR Operands and User ValidationThe 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) { ...00