Computer Science, asked by utkggjduwa350, 1 year ago

is the command we can use to hold the bot execution for some specific amount of time and then continue

Answers

Answered by writersparadise
0

The answer is setTimeout.


setTimeout is the command we can use to hold the bot execution for some specific amount of time and then continue. In other words, this command evaluates an expression or executes a function after the specified number of milliseconds. It is worth noting that the command gets executed only once.


The format for this command is setTimeout(function, milliseconds);.

Answered by SerenaBochenek
0

"setTimeout" command is the right answer.

Explanation:

  • setTimeout seems to be a command or function that we will use to maintain the activity including its bot over a certain period and afterward start.
  • This command can also be used to perform a feature or perhaps to determine an object over a certain amount of time in msec.

Syntax:

setTimeout(function, milliseconds);

Learn more:

https://brainly.in/question/4253939

Similar questions