Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jprichardson/string.js
/ ARY_EQ
Function
ARY_EQ
test/string.test.js:21–25 ·
view source on GitHub ↗
(a1, a2)
Source
from the content-addressed store, hash-verified
19
}
20
21
function
ARY_EQ(a1, a2) {
22
EQ (a1.length, a2.length)
23
for
(
var
i = 0; i < a1.length; ++i)
24
EQ (a1[i], a2[i])
25
}
26
27
28
/*
if
(typeof window !==
"undefined"
&& window !== null) {
Callers
1
string.test.js
File · 0.85
Calls
1
EQ
Function · 0.85
Tested by
no test coverage detected