In JavaScript, when extracting time: What's the reason for the getFullYear, getMonth, getDay being singular but from getHours down the method title is plural? I know it doesn't really matter, but I keep on missing and adding 's' and understanding the reasoning behind it would help me to remember better.
Thanks in advance.