Skip to content

rahmatagungj/owntest-sdiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

OwnTest Diff

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

Usage

const ownTestSdiff = require('./owntest-sdiff');

let string_one = "hello world";
let string_two = "hi worlds";

let result = ownTestSdiff.sdiff(arr, newArr)

console.log(result);

About

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

Topics

Resources

Stars

Watchers

Forks