Command-Line Calculator provides the most fluid interface, especially if we are performing chained calculations i.e., multiple calculations that rely on the results of previous calculations.
TypeScript |
---|
npm i --save readline-sync
npm install --save @types/readline-sync
Please run 👇 command :
tsc .\index.ts
node .\index.js