You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/generator.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,6 @@ The `t` variable is a temporary variable that stores one of the following values
151
151
## The `g` variable
152
152
The `g` variable is a temporary variable that holds onto the generator object for the purpose of attaching a
153
153
`Symbol.iterator` method (if its available), and holds onto that value until the generator is started, allowing
154
-
155
154
it to also act as the [`suspendedStart`](https://tc39.es/ecma262/#table-internal-slots-of-generator-instances) state.
0 commit comments