- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Thu, 27 Jun 2013 18:19:41 -0400
- To: "Tab Atkins Jr." <jackalmage@gmail.com>
- CC: "public-script-coord@w3.org" <public-script-coord@w3.org>
On 6/27/13 6:13 PM, Tab Atkins Jr. wrote: >> How would one copy one Map into another in ES? Presumably whatever the >> idiom is for that is how this should work... > > Using the constructor: > > var m2 = new Map(m1); That's if you're creating the copy yourself. How would you do it if you're copying into a Map someone provided to you? -Boris
Received on Thursday, 27 June 2013 22:20:10 UTC