[jsdiff github](https://github.com/kpdecker/jsdiff)[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) ```