Dean Landolt (2013-10-15T21:04:55.000Z)
domenic at domenicdenicola.com (2013-10-23T19:51:54.348Z)
There seems to be an interesting case missing: ```js let attr = "__proto__"; let o7 = new Object; o7[attr] = p; // is this like o3? ```
There seems to be an interesting case missing: ```js let attr = "__proto__"; let o7 = new Object; o7[attr] = p; // is this like o3? ```