MCPcopy Create free account
hub / github.com/codemistic/Web-Development / setQuoteObjToString

Function setQuoteObjToString

SpeedTyping/public/type.js:85–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83});
84
85function setQuoteObjToString() {
86 arrayQuote = displayQuote.querySelectorAll("span");
87 arrayQuote.forEach((characterSpan) => {
88 quoteStr += characterSpan.innerText;
89 });
90 console.log(quoteStr);
91}
92
93async function renderQuote() {
94 quoteStr = "";

Callers 1

renderQuoteFunction · 0.85

Calls 1

logMethod · 0.45

Tested by

no test coverage detected