MCPcopy Create free account
hub / github.com/freeCodeCamp/freeCodeCamp / randomQuote

Function randomQuote

client/src/utils/get-words.ts:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28export function randomQuote(): Quote {
29 return randomItem(words.motivationalQuotes);
30}
31
32export function randomCompliment(): string {
33 return randomItem(words.compliments);

Callers 3

IntroFunction · 0.90
FourOhFourFunction · 0.90

Calls 1

randomItemFunction · 0.85

Tested by

no test coverage detected