1.

What is the code for getting the current time?%!

A. now = new Date();
B. var now = new Date();
C. var now = Date();
D. var now = new Date(current);
Answer» C. var now = Date();


Discussion

No Comment Found