field
RU: поле
A named slot inside an object, also called a property. A field is a key-value pair: the key is the field's name and the value is the data stored under it. A field is reached by its key (object.key), not by a numeric position.
RU: поле
A named slot inside an object, also called a property. A field is a key-value pair: the key is the field's name and the value is the data stored under it. A field is reached by its key (object.key), not by a numeric position.