Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
let
delay = (ms) =>
new
Promise((resolve) => setTimeout(resolve, ms));
55
56
const
app = document.querySelector(
"#app"
);
57
const
bodyContainer = document.querySelector(
"#bodyContainer"
);
Callers
1
openTerminal
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected