Добавить
Уведомления

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

Иконка канала Кодерские решения
8 подписчиков
12+
16 просмотров
2 года назад
12+
16 просмотров
2 года назад

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

, чтобы оставлять комментарии