Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Announcement/3ec3235a7b803aeb8cde9ce682f49ffe to your computer and use it in GitHub Desktop.
Save Announcement/3ec3235a7b803aeb8cde9ce682f49ffe to your computer and use it in GitHub Desktop.
Harm133##javascript
function show (currency) {
let parent
let child
if (document.getElementById(currency).checked) {
parent = document.querySelector('#content')
child = parent.insertCell(0)
child.id = currency
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment