Compare two pieces of text and find the differences. Highlights additions, deletions, and modifications with a side-by-side view.
const answer = 41; console.log(answer);const answer = 42; console.log(answer); console.log('done');