MCPcopy
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
254function rn(len) {
255 return Math.floor(Math.random() * len);
256}
257
258const data = {
259 memes,

Callers 1

getRandomDataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected