๐
Text Diff Checker
Compare two texts and see the differences highlighted.
Original Text
Modified Text
+3 addedโ2 removed4 unchanged
| 1 | 1 | function hello() { | |
| 2 | โ | console.log("Hello, World!") | |
| 2 | + | console.log("Hello, Universe!") | |
| 3 | 3 | return true | |
| 4 | 4 | } | |
| 5 | 5 | ||
| 6 | โ | const x = 42 | |
| 6 | + | const x = 100 | |
| 7 | + | const y = 200 |