17 lines
295 B
Plaintext
17 lines
295 B
Plaintext
|
|
||
|
{{alias}}
|
||
|
Iterator symbol.
|
||
|
|
||
|
This symbol specifies the default iterator for an object.
|
||
|
|
||
|
The symbol is only supported in ES6/ES2015+ environments. For non-supporting
|
||
|
environments, the value is `null`.
|
||
|
|
||
|
Examples
|
||
|
--------
|
||
|
> var s = {{alias}}
|
||
|
|
||
|
See Also
|
||
|
--------
|
||
|
|