Given the following code snippet, what line is executed immediately after line 7?
```
1. var x = 1; var count = 20; var timer;
2. function countIt()
3. {
4. count = count – x;
5. document.write(count);
6. }
7. timer = setTimeOut('countIt()', 2000);
8. document.write("Count down: ");
```
a. line 1
b. line 2
c. line 4
d. line 8
b. line 2
Computer Science & Information Technology
You might also like to view...
WPA2 is backward compatible with WPA but cannot be used along with WEP.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Describe the animation effects that are edited and controlled in the Animation Pane.
What will be an ideal response?
Computer Science & Information Technology