We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Context: It would be great if we can explain how the new ES6 Symbol API works and how toPromitive is used in every type coercion.
toPromitive
Screenshots:
The text was updated successfully, but these errors were encountered:
Probably we need to create a new section for this
Sorry, something went wrong.
An object is said to be iterable if it exposes a property called Symbol.iterable, which is a function that returns an iterator object.
https://loige.co/javascript-iterator-patterns/
No branches or pull requests
Context:
It would be great if we can explain how the new ES6 Symbol API works and how
toPromitive
is used in every type coercion.Screenshots:
![screen shot 2018-03-22 at 18 37 22](https://user-images.githubusercontent.com/881069/37787807-2468e96c-2e00-11e8-914f-188859aa562c.png)
![screen shot 2018-03-22 at 18 37 33](https://user-images.githubusercontent.com/881069/37787808-2484e86a-2e00-11e8-863f-e9d2a3e4690b.png)
![screen shot 2018-03-22 at 18 37 42](https://user-images.githubusercontent.com/881069/37787809-249df60c-2e00-11e8-9143-2ed29877f5ca.png)
The text was updated successfully, but these errors were encountered: