While some may argue against it, I am intrigued by the process of executing this action.
I have observed instances where typing a property name yields a value, but when followed by parentheses, it accesses a method.
To illustrate visually:
foo returns 'bar'
foo() performs a function
The question that remains is: how does this work?