repl.txt (295B)
1 2 {{alias}} 3 Iterator symbol. 4 5 This symbol specifies the default iterator for an object. 6 7 The symbol is only supported in ES6/ES2015+ environments. For non-supporting 8 environments, the value is `null`. 9 10 Examples 11 -------- 12 > var s = {{alias}} 13 14 See Also 15 -------- 16