asked 123k views
4 votes
The pre-built JavaScript function that provides the date and time is called:

A.
Now.

B.
Date.

C.
Time.

D.
DateTime.

asked
User Micol
by
7.7k points

2 Answers

4 votes
b is the answer date
answered
User Leotsarev
by
7.9k points
2 votes

Answer: The answer is B.

Explanation: Acording to the JS documentation that's the class where you can get that information as well as invoke other methods such as `now()` and `getTime()` on.

answered
User SevenBits
by
8.0k points