0.0.2 • Published 7 years ago

diffarray v0.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

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 burakarslan17@gmail.com

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 ~~