What will be displayed after the following loop is exited?

```
var name = "Liam";
for(var x = 3; x < 0; x--)
document.write(name.charAt(x) + ", ");
```

a. L I a m
b. mail
c. mail iam am am
d. m a I L


d. m a I L

Computer Science & Information Technology

You might also like to view...

If you have the two functions as shown,

int someFunction(int value); float someFunction(float value); and a variable x, which is a double, which function is called by the following statement? cout << someFunction(x); a. void someFunction(int value); b. void someFunction(float value); c. Nothing, it is a syntax error d. both functions are called

Computer Science & Information Technology

Which of the following is a honeypot software solution?

a. Snort b. Specter c. Cisco IDS 4200 Series d. Cisco Catalyst 6500 Series

Computer Science & Information Technology

Which Excel function counts the number of cells in a range?

A. SUMIF B. AVERAGEIF C. COUNTIF D. TOTALSUM

Computer Science & Information Technology

What does item B in the accompanying figure show?

A. The Out point handle B. The area to be removed C. The video controller D. The mini-timeline

Computer Science & Information Technology