Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/exercism/javascript
/ total
Function
total
exercises/practice/grains/grains.js:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
};
15
16
export
const
total = () => {
17
throw
new
Error(
'Remove this statement and implement this function'
);
18
};
Callers
1
grains.spec.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected