Does this (below) consume:
a) A little bit more - but that's obvious. Not enough to be a concern though. b) Vast swathes of memory - no no no!
getFoo = // Lowercase alias because of new style guide
GetFoo = function ()
{
};
Thanks.