MCPcopy 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

12var prevSpan;
13
14async function fetchQuote() {
15 const result = await fetch(url);
16 const data = await result.json();
17 return data.content;
18}
19
20document.body.addEventListener("keydown", (e) => {
21 // console.log('');

Callers 1

renderQuoteFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected