MCPcopy Create free account
hub / github.com/asweigart/PythonStdioGames / sleep

Function sleep

javascript_games/sinemessage.js:10–12  ·  view source on GitHub ↗
(seconds)

Source from the content-addressed store, hash-verified

8const readlineSync = require('readline-sync');
9
10function sleep(seconds) {
11 return new Promise(resolve => setTimeout(resolve, seconds * 1000));
12}
13
14// Get the size of the terminal window:
15// (We can't print to the last column on Windows without it adding a

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected