Possible Answers

  1. The getFullYear() method.
  2. Variable mon would be 2 since JavaScript returns month values one less than the present month. January is 0, February is 1 and so on till December, which is 11.
  3. Noon will be 12.