Skip to content

Instantly share code, notes, and snippets.

@JeremyLikness
Created October 22, 2019 15:13
Show Gist options
  • Select an option

  • Save JeremyLikness/cd8193cbca65e948631aeb3f5ba48410 to your computer and use it in GitHub Desktop.

Select an option

Save JeremyLikness/cd8193cbca65e948631aeb3f5ba48410 to your computer and use it in GitHub Desktop.
Vanilla.js initial app
const app = document.getElementById("app");
window.run = () => app.innerText="Fun!";
app.innerHTML = '<button onclick="run()">Load</button>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment