What is the significance of the second function argument in the following line?

```
window.setInterval( "run()", 100 );
```

a) The value sets how many times to call the function specified in the first argument.
b) The value sets how long the function is run for.
c) The value sets how often to run the function.
d) The value sets the time to wait before calling the function once.

c) The value sets how often to run the function.

Computer Science & Information Technology

You might also like to view...

A template is a preformatted file that is designed for a specific purpose which can be reused repeatedly

Indicate whether the statement is true or false

Computer Science & Information Technology

YouTube claims more than 900 million users worldwide, with more than 4 billion hours of video watched each month

Indicate whether the statement is true or false

Computer Science & Information Technology