What does the value string contain after the following code is executed?

```
var string = "Good luck on the test";
string = string.split( " " );
```

a) Good luck on the test
b) Good.luck.on.the.test
c) Good,luck,on,the,test
d) Nothing, the string conversion will generate an error.


a) Good luck on the test

Computer Science & Information Technology

You might also like to view...

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

1. You can directly access the nth node of a linked list 2. The last node in a linked list as defined in the text should always point back to the head of the list. 3. The constant NULL can be assigned only to pointers that point to numbers 4. *head.item is the same as (*head).item 5. A linked list is not fixed in size.

Computer Science & Information Technology

Which of the following statements are true?

a. You can specify a horizontal text alignment in a text field. b. You can specify the number of columns in a text field. c. You can disable editing on a text field. d. You can create a text field with a specified text.

Computer Science & Information Technology

If you use the wrong comparison with the loop control variable, the body of the loop may never execute.

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

Computer Science & Information Technology

Match the extension with its associated file type

I. .arl A. OE fax page II. .box B. Lotus Notes mailbox III. .mbx C. Eudora message base IV. .dgr D. AOL organizer file

Computer Science & Information Technology