Text Diff Checker
Compare two texts and see the differences highlighted line by line.
Original
function hello() { console.log('Hello World'); return true; } const x = 42;
Modified
function hello() { console.log('Hello DevToolKit!'); return false; } const x = 42; const y = 100;
Diff Result