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