Skip to content

Instantly share code, notes, and snippets.

@Polyrhythm
Created November 21, 2014 22:53
Show Gist options
  • Save Polyrhythm/0d4ff322d2383fa851a5 to your computer and use it in GitHub Desktop.
Save Polyrhythm/0d4ff322d2383fa851a5 to your computer and use it in GitHub Desktop.
function render() {
container.innerHTML = data.map(function(val) {
return '<li>' + val + '</li>';
}).join('');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment