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...
The crop ________ is the mouse pointer used when removing areas of a picture
A) indicator B) tool C) sizer D) handle
Computer Science & Information Technology
Which command would you use to swap the words hither and yon on any line with any number of words between them? (You need not worry about special punctuation, just uppercase and lowercase letters and spaces.)
What will be an ideal response?
Computer Science & Information Technology