Q. What is the output of below Javascript code?
Code:
alert (typeof new Date() );
β
Correct Answer: (C)
object
alert (typeof new Date() );
You must be Logged in to update hint/solution