Using JavaScript Fucntion need to set Date to 5 days into the Future. Select the Correction option?

  1. Var myDate = new Date(); myDate.setDate(myDate.getDate()+5);

  2. Var myDate = new Date(); myDate.setDate(myDate.getDate()-5);

  3. Var myDate = new Date(); myDate.setDate(5);

  4. None of the above.


Correct Option: A

Find more quizzes: