Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/marijnh/Eloquent-JavaScript
/ 12_1_arrays.js
File
12_1_arrays.js
code/solutions/12_1_arrays.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
topScope.array = (...values) => values;
2
3
topScope.length = array => array.length;
4
Callers
nothing calls this directly
Calls
1
run
Function · 0.85
Tested by
no test coverage detected