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