Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Web-Development
/ isInArray
Function
isInArray
apymonkey/public/js/particles.js:1468–1470 ·
view source on GitHub ↗
(value, array)
Source
from the content-addressed store, hash-verified
1466
};
1467
1468
function
isInArray(value, array) {
1469
return
array.indexOf(value) > -1;
1470
}
1471
1472
1473
/* ---------- particles.js functions - start ------------ */
Callers
1
pJS
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected