Diff

Paste two versions and see line-by-line changes.

+2 1
Original
Modified
Diff
function greet(name) {
  return 'hello ' + name;
  return `hello, ${name}!`;
}

greet('renderhub');
greet('world');

Tips

  • Switch granularity to Word for prose; keep Line for code.
  • Ignore whitespace hides indentation-only differences.
  • All comparison is local — nothing is uploaded.