()
| 367 | } |
| 368 | |
| 369 | function removeInput() { |
| 370 | const div = document.querySelector(".type"); |
| 371 | if (div) app.removeChild(div); |
| 372 | } |
| 373 | |
| 374 | function trueValue(value) { |
| 375 | const div = document.createElement("section"); |
no outgoing calls
no test coverage detected