MCPcopy 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

1topScope.array = (...values) => values;
2
3topScope.length = array => array.length;
4

Callers

nothing calls this directly

Calls 1

runFunction · 0.85

Tested by

no test coverage detected