most_specific_subdivision
property. This is equivalent to obj.subdivisions[obj.subdivisions-1]
. This is implemented with Object.defineProperty
on browsers other than Internet Explorer 8. On these browsers, the property is not enumerable and will not show up when iterating over the object. On Internet Explorer 8, this is implemented as a normal attribute.