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

Function randomCompliment

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

Source from the content-addressed store, hash-verified

30}
31
32export function randomCompliment(): string {
33 return randomItem(words.compliments);
34}

Callers 2

LowerJawFunction · 0.90
updateSuccessMessageSagaFunction · 0.90

Calls 1

randomItemFunction · 0.85

Tested by

no test coverage detected