@rahmatagungj/owntest-diff

0.0.1 • Public • Published

OwnTest Diff

This package will finding differences between two object or arrays, you can combine this with owntest.js to test your code.

Usage

const ownTestDiff = require('./owntest-diff');

let arr = [1, 2, 3, 4, 5];
let newArr = [1, 2, 3, 4, 5, 6];

let result = ownTestDiff.diff(arr, newArr)

console.log(result);

Package Sidebar

Install

npm i @rahmatagungj/owntest-diff

Weekly Downloads

0

Version

0.0.1

License

ISC

Unpacked Size

1.71 kB

Total Files

3

Last publish

Collaborators

  • rahmatagungj