Javascript – Using 'this' in a getter/setter defined on a class field property. How to define class field getters/setters on child properties?
The issue in question relates to human readability and data organization. I would like to assign getters and setters as children of class field properties, however I can't get this to reference the class prototype data. I think this is…