Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/exercism/javascript
/ evaluate
Method
evaluate
exercises/practice/forth/forth.js:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
}
10
11
evaluate() {
12
throw Error(
'Remove this statement and implement this function'
);
13
}
14
15
get stack() {
16
throw Error(
'Remove this statement and implement this function'
);
Callers
1
forth.spec.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected