In the documentation of age here the toUpper() function contains the wrong definition.
The definition states 'toUpper() returns the original string in lowercase.' whereas it should be 'toUpper() returns the original string in lowercase.'
I have also made a PR related to this issue here