You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for non-integer properties, properties are returned in insertion order
properties which are added to the base object being iterated after iteration begins are not returned
これが仕様で定義されるようになったので、
順不同でとすればOKそう。footerでES2020で順番が定義されたことについて追加する
他にもkeysとかReflectとかあるけど言及はしていないはず
ES2020でfor...in文の列挙順が規程された。これまでは実装依存だったけど、
Reflect.ownKeys
(ES2015)が入った際に大体の実装が同じ列挙順に統一されたため、仕様が修正された。Proxyについての列挙順など細かい問題は残ってる
やること
The text was updated successfully, but these errors were encountered: