JavaScript with line numbers + highlight + focus mode

function greet(name) { const message = `Hello, ${name}!`; console.log(message); return message; } greet('Vanilla Breeze');

HTML with filename header + copy button

  1. Home
  2. Demo

Diff view

- const old = 'before'; + const updated = 'after'; const same = true;