frontend icon indicating copy to clipboard operation
frontend copied to clipboard

TJSW: clarify reasoning behind controlled order of properties

Open OleksiyRudenko opened this issue 2 years ago • 0 comments

As of ES2020 object keys iteration order follows definition order in nearly all (if not all) methods of iteration thorough object properties. Actual goal: order of properties must be controlled when it is important. We need to handle situations when definition order is not controlled at source (e.g. API responses, new literals do not follow implicit convention).

OleksiyRudenko avatar Sep 28 '22 09:09 OleksiyRudenko