(id)
| 252 | // ─── DOM References ────────────────────────────────────────────────────────── |
| 253 | |
| 254 | const $ = (id) => document.getElementById(id); |
| 255 | const checkButton = $('checkButton'); |
| 256 | const btnIcon = $('btnIcon'); |
| 257 | const btnText = $('btnText'); |
no outgoing calls
no test coverage detected