Brendan Eich (2014-03-15T23:40:03.000Z)
Jason Orendorff wrote:
> I'd like to see an Object.entries method, and Object.values for
> completeness. Same visibility rules as Object.keys.
>
>    for (let [k, v] of Object.entries(myObj)) {
>        // do something with k and v
>    }

+1, or +2 counting static methods :-).

/be
domenic at domenicdenicola.com (2014-03-26T23:08:59.170Z)
+1, or +2 counting static methods :-).