Solved

What Will Variable Value Contain After the Following Code Is

Question 8

Multiple Choice

What will variable value contain after the following code is executed
Var value = new Date() ;
Value = value.valueOf() ;


A) the current date in the format hh:mm:ss calculated from the number of milliseconds between midnight January 1, 1970 and the current date
B) a large integer representing the number of milliseconds between midnight January 1, 1970 and the current date
C) the current date in the format hh:mm calculated from the number of milliseconds between midnight January 1, 1970 and the current date
D) a large floating point number representing the number of milliseconds between midnight January 1, 1970 and the current date

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions