MCPcopy Create free account
hub / github.com/TechSpiritSS/Terminal-Portfolio / delay

Function delay

script.js:54–54  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

52
53
54let delay = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
55
56const app = document.querySelector("#app");
57const bodyContainer = document.querySelector("#bodyContainer");

Callers 1

openTerminalFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected