Closed 1316346949 closed 4 years ago
See #86 - the problem with protected fields has very little to do with syntax.
tl;dr: JS only has two kinds of "visibility": reachable and unreachable. The word "public" and "private" may suggest that it's the same as "access levels", but it's not.