Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/prototypejs/prototype
/ isArray
Function
isArray
test/unit/static/js/mocha.js:362–364 ·
view source on GitHub ↗
* Check if `obj` is an array.
(obj)
Source
from the content-addressed store, hash-verified
360
*/
361
362
function
isArray(obj) {
363
return
'[object Array]'
== {}.toString.call(obj);
364
}
365
366
/**
367
* Event emitter constructor.
Callers
3
proclaim.js
File · 0.70
includes
Function · 0.70
mocha.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected