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

Function delay

scripts/functions.js:40–40  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

38
39const app = document.querySelector("#app");
40let delay = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
41const resumeUrl = "https://drive.google.com/u/0/uc?id=1J8QGMreVTsC-K-d5bpKV1BVNXxrCUYQa&export=download";
42
43//Defining the functions

Callers 1

getInputValueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected