Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
function
activityTable(day) {
2
let
table = [];
3
for
(
let
i = 0; i < 24; i++) table[i] = 0;
4
Callers
nothing calls this directly
Calls
2
activityGraph
Function · 0.85
activityTable
Function · 0.70
Tested by
no test coverage detected