MCPcopy Index your code
hub / github.com/TechSpiritSS/Terminal-Portfolio / removeInput

Function removeInput

scripts/functions.js:369–372  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

eventListeners.jsFile · 0.90
getInputValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected