๐Ÿ“Š

Text Diff Checker

Compare two texts and see the differences highlighted.

Original Text
Modified Text
+3 addedโˆ’2 removed4 unchanged
11 function hello() {
2โˆ’ console.log("Hello, World!")
2+ console.log("Hello, Universe!")
33 return true
44 }
55
6โˆ’const x = 42
6+const x = 100
7+const y = 200