Shijun He (2013-12-17T09:19:19.000Z)
domenic at domenicdenicola.com (2013-12-24T23:56:38.832Z)
There are some methods using reserved word "delete", such as Map.prototype.delete, Set.prototype.delete... Though it is allowed since ES5, I think we'd better avoid it because it cause es6 shim solution fail on legacy browsers such as IE8.