Which method is used to get the year of a date as a four-digit number?

77. Which method is used to get the year of a date as a four-digit number?

  1. getYear()
  2. fullYear()
  3. getFullYear()
  4. getfullyear()

Answer: C) getFullYear()

Explanation:

The getFullYear() method is used to get the year of a date as a four-digit number.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.