README
Add two numbers (for learning purpose)
Demo module for codeforgeek.com tutorial
Install
npm install nodecalc
API
-calc(a,b,p)
where, a=number, b=number,p=operator
This package will return addition of two numbers
<script type="module">
import aritnath from 'https://cdn.skypack.dev/aritnath';
</script>
Demo module for codeforgeek.com tutorial
npm install nodecalc
where, a=number, b=number,p=operator