Skip to content

Instantly share code, notes, and snippets.

@baranovxyz
Created May 24, 2020 18:25
Show Gist options
  • Save baranovxyz/0daddd307c2c1cdf2608696edc4c36bc to your computer and use it in GitHub Desktop.
Save baranovxyz/0daddd307c2c1cdf2608696edc4c36bc to your computer and use it in GitHub Desktop.
function render() {
notesEl.innerHTML = notes.map(Note).join("");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment