Strumento di testSolo locale
Text Diff
Diff LCS riga per riga di due testi, calcolato nel browser.
+1
-1
Originale
Modificato
Diff
function greet(name) {- return "Hi " + name;+ return `Hello, ${name}`;}return greet;
function greet(name) {- return "Hi " + name;+ return `Hello, ${name}`;}return greet;