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

Function writeText

scripts/functions.js:414–420  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

412
413 let index = 0;
414 async function writeText() {
415 while (index < text.length) {
416 p.innerHTML += text[index++];
417 await new Promise((writeText) => setTimeout(writeText, typingSpeed));
418 }
419 return;
420 }
421
422 await writeText();
423

Callers 2

createTextFunction · 0.85
createCodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected