A Simple Calculator in Node.js
I built a program using JavaScript & the NPM package 'readline-sync' that does mathematical calculations based on user input. I implemented checks to ensure that two valid numbers are entered and that a valid operator is input. The whole purpose of this was to practice using Node.js. You can find my code for the project here: https://github.com/EGROENE/JS-PRACTICE-Node-Calculator
I built a program using JavaScript & the NPM package 'readline-sync' that does mathematical calculations based on user input. I implemented checks to ensure that two valid numbers are entered and that a valid operator is input. The whole purpose of this was to practice using Node.js. You can find my code for the project here: https://github.com/EGROENE/JS-PRACTICE-Node-Calculator