Skip to content

Instantly share code, notes, and snippets.

@YounglanHong
Created June 12, 2020 06:27
Show Gist options
  • Save YounglanHong/ffa24ef23f1647004a9a4d3f12e414ec to your computer and use it in GitHub Desktop.
Save YounglanHong/ffa24ef23f1647004a9a4d3f12e414ec to your computer and use it in GitHub Desktop.
document.querySelector("#bands").innerHTML =
sortedBands
.map((band) => `<li>${band}</li>`)
.join("");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment