Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/exercism/javascript
/ score
Method
score
exercises/practice/bowling/bowling.js:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
}
10
11
score() {
12
throw
new
Error(
'Remove this statement and implement this function'
);
13
}
14
}
Callers
1
bowling.spec.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected