xtract.bot

Apps / Diff Viewer

Original9 lines · 181 chars
Modified11 lines · 189 chars
+53· 5 unchanged lines
1The quick brown fox jumps over the lazy dog.1The quick brown fox leaps over the lazy dog.
2A short line that stays the same.2A short line that stays the same.
3This line will be removed entirely. 
4const x = 5;3const x = 5;
5const y = 10;4const z = 20;
6function add(a, b) {5function add(a, b) {
7 return a + b;6 return a + b;
8}7}
 8function multiply(a, b) {
 9 return a * b;
 10}