Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/asweigart/PythonStdioGames
/ sleep
Function
sleep
javascript_games/snailrace.js:10–12 ·
view source on GitHub ↗
(seconds)
Source
from the content-addressed store, hash-verified
8
const
readlineSync = require(
'readline-sync'
);
9
10
function
sleep(seconds) {
11
return
new
Promise(resolve => setTimeout(resolve, seconds * 1000));
12
}
13
14
// Set up the constants:
15
const
MAX_NUM_SNAILS = 8;
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected