Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zachgoll/fullstack-roadmap-series
/ rn
Function
rn
code-challenges/lesson-7/solution/script.js:254–256 ·
view source on GitHub ↗
(len)
Source
from the content-addressed store, hash-verified
252
];
253
254
function
rn(len) {
255
return
Math.floor(Math.random() * len);
256
}
257
258
const
data = {
259
memes,
Callers
1
getRandomData
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected