Start typing in the editor on the left to see the preview on the right.
function greeting(name) { return `Hello, ${name}!`; }