Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. for (let i = 0; i < radioBtns.length; i++) {
  2. radioBtns[i].addEventListener('input', function () {
  3. document.querySelector('#estimate').innerHTML = `Total Due = $${this.value}`
  4. })
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement