Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/marijnh/Eloquent-JavaScript
/ schedule
Method
schedule
code/animatevillage.js:108–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
}
107
108
schedule() {
109
this.timeout = setTimeout(() => this.tick(), 1000 / speed)
110
}
111
112
clicked() {
113
if
(this.timeout == null) {
Callers
3
constructor
Method · 0.95
tick
Method · 0.95
clicked
Method · 0.95
Calls
1
tick
Method · 0.95
Tested by
no test coverage detected