1.0.5 • Published 4 years ago

operation-devsulaiman v1.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

#Operation 1: Four specific operations which we do in our daily life. i.e +,-,*,/, you can use function name OperateIt. 2: Returns a result value with given parameter. 3: Three paramenters are required. i.e num1, num2 and operatorstring.

#How to create npm package 1: Create package.json file i.e use npm init 2: Give a unique name to your package i.e in your package.json file change the name property. 3: Login to your NPM Account. i.e use Terminal and type npm login. 4: Publish your package. i.e use Terminal and change directory to your package directory and then type npm publish.

#How to use it

const { OperateIt } = require("operation-devsulaiman");

console.log(OperateIt(2, 3, "+"));
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago