Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
export
function
randomQuote(): Quote {
29
return
randomItem(words.motivationalQuotes);
30
}
31
32
export
function
randomCompliment(): string {
33
return
randomItem(words.compliments);
Callers
3
Intro
Function · 0.90
FourOhFour
Function · 0.90
DailyCodingChallengeNotFound
Function · 0.90
Calls
1
randomItem
Function · 0.85
Tested by
no test coverage detected