Implement String.prototype[@@iterator]()
#752
Labels
E-Medium
Medium difficulty problem
enhancement
New feature or request
good first issue
Good for newcomers
Hacktoberfest
Hacktoberfest 2021 - https://hacktoberfest.digitalocean.com
ECMASCript feature
Implement
Implement String.prototype[@@iterator]()
MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/@@iterator
Spec: https://tc39.es/ecma262/#sec-string.prototype-@@iterator
Now that we have Symbols and Well Known symbols, this should be possible.
It will be similar to our implementation of
charCodeAt
Contributing: https://github.com/boa-dev/boa/blob/master/CONTRIBUTING.md
Debugging: https://github.com/boa-dev/boa/blob/master/docs/debugging.md
The text was updated successfully, but these errors were encountered: