What does the following code print?

```
document.writeln( "*" );
document.writeln( "***" );
document.writeln( "*****" );
document.writeln( "****" );
document.writeln( "**" );
```


Computer Science & Information Technology

You might also like to view...

What is the value of x after the following statement?

float x; x = 3.0 / 4.0 + 3 + 2 / 5 a. 5.75 b. 5.75 c. 1.75 d. 3.75

Computer Science & Information Technology

Wikis promote collaboration, as many contributors can edit the same page at different times.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A formula is written using operands that combine different values, resulting in a single value that is then displayed in the cell. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What type of printer is slower than a laser printer, and also tends to smudge on inexpensive paper?

A. Laser B. Dye-sublimation C. Thermal D. Inkjet

Computer Science & Information Technology