Dup Ver Goto 📝

JsDiff

PT2/aw/dev/diff does not exist
To
11 lines, 29 words, 228 chars Page 'JsDiff' does not exist.

jsdiff github[g]

<script src="diff.js"></script>
a = "hello world mr flibble"
b = "hello world mr bond"
c = "goodbye mr bond"
ab = JsDiff.diffChars(a,b)
console.log(ab)