Assuming a variable named end is the identifier for a setInterval() method, which of the following is the correct way to clear the timer?

a.
```
window.clearInterval(end);
```

b.
```
window.clearInterval = end;
```

c,
```
var end = window.clearInterval();
```

d.
```
var done = window.clearInterval.end;
```

a.
```
window.clearInterval(end);
```

Computer Science & Information Technology

You might also like to view...

Match the following Microsoft Office 2013 feature with the tab where it can be found:

I. open Office Backstage II. modify text III. create a new chart in Excel IV. modify an object V. change margins in Word A. contextual tab B. File tab C. Home tab D. Page Layout tab E. Insert tab

Computer Science & Information Technology

Describe why dial-up connections are less susceptible to external threats than broadband connections.

What will be an ideal response?

Computer Science & Information Technology