Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Web-Development
/ fetchQuote
Function
fetchQuote
SpeedTyping/public/type.js:14–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
var
prevSpan;
13
14
async
function
fetchQuote() {
15
const
result =
await
fetch(url);
16
const
data =
await
result.json();
17
return
data.content;
18
}
19
20
document.body.addEventListener(
"keydown"
, (e) => {
21
// console.log('');
Callers
1
renderQuote
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected