Question:Consider the following code: var vNew=new Date() Which of the following options will return true?
A vNew instanceof boolean B vNew instanceof object C vNew instanceof Date D All of the above
+ AnswerC
+ Report