TEXTAREA snippet
This snippet shows how to replace the contents of a TEXTAREA with an editor.
function hello() { console.log("Hello word"); } function done() { console.log("done"); }