diff --git a/spec.html b/spec.html index 05541a6..9f962b6 100644 --- a/spec.html +++ b/spec.html @@ -154,6 +154,9 @@

Array.prototype [ @@unscopables ]

1. Return _unscopableList_.

This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.

+ +

The reason that *"with"* is not included in the _unscopableList_ is because it is already a reserved word.

+