diffarray
v0.0.2
Published
Downloads
3
Maintainers
Readme
diffarray
Usage:
var diffarray = require('./');
var arr1 = ['1', '2', '3', '4'];
var arr2 = ['1', '2'];
console.log(diffarray(arr1, arr2))
Why?
This is handy for cases where you want to be able to find different elements in arrays.
What?
?
How?
You send an array which include items you want to differentiate, (add some parameters?) and the method returns the difference between as array.
Contributing
You are welcome to help and fix bugs. Please contact [email protected]
Install
Distribution Dependencies
- NodeJS latest+ for your operating system (includes
npm
)
Cloning
git clone https://github.com/kucukharf/abbreviated.git
cd abbreviated
npm install
Run
npm start
Roadmap
v0.0.2
- ~~ Readme.md updated ~~
v0.0.1
- ~~ initialized ~~