1.0.3 • Published 3 years ago

random-calculations v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Install

$ npm i random-calculations

Example Usage

First, we need to definition package

const { answer, question } = require("random-calculations");

console.log(`question is ${question} The solve is ${answer}`);

To include arabic number in solve
you will add to answer AR example

const { answer, question, ar } = require("random-calculations");

console.log(`question is ${question} The solve is ${ar} `);

Links

coming soon