MCQOPTIONS
Saved Bookmarks
| 1. |
What is the code for getting the current time? |
| A. | ow = new Date(); |
| B. | ar now = new Date(); |
| C. | ar now = Date(); |
| D. | ar now = new Date(current); |
| Answer» C. ar now = Date(); | |