Side-by-Side Diff

Compare text with side-by-side diff view

Side-by-Side Diff

Compare two text blocks with a side-by-side diff view.

Original

Modified

+2 added-1 removed3 unchanged

Diff View

1function hello() {
1function hello() {
2- console.log('hello');
2+ console.log('hello world');
3+ const x = 1;
3 return true;
4 return true;
4}
5}