dev/diff/ JsDiff
jsdiff github[g] ``html
```js
a = "hello world mr flibble"
b = "hello world mr bond"
c = "goodbye mr bond"
ab = JsDiff.diffChars(a,b)
console.log(ab)
jsdiff github[g] ``html
```js
a = "hello world mr flibble"
b = "hello world mr bond"
c = "goodbye mr bond"
ab = JsDiff.diffChars(a,b)
console.log(ab)