MCPcopy Create free account
hub / github.com/marijnh/Eloquent-JavaScript / 11_2_real_promises.js

File 11_2_real_promises.js

code/solutions/11_2_real_promises.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function activityTable(day) {
2 let table = [];
3 for (let i = 0; i < 24; i++) table[i] = 0;
4

Callers

nothing calls this directly

Calls 2

activityGraphFunction · 0.85
activityTableFunction · 0.70

Tested by

no test coverage detected