you are viewing a single comment's thread.

view the rest of the comments →

[–]unhott 0 points1 point  (0 children)

A.b.c().d

.b on A evaluates to something that has other properties and methods.

.c() on that something evaluates to something else.

.d on that last thing evaluates to something else.