Andy Wingo (2014-08-12T07:55:59.000Z)
On Mon 11 Aug 2014 21:30, "Tab Atkins Jr." <jackalmage at gmail.com> writes:

> Now pretend that for-of works on strings... (maybe it already does, for
> all I know

It does.  It iterates over code-points in the string.

  http://people.mozilla.org/~jorendorff/es6-draft.html#sec-%stringiteratorprototype%.next

Andy
domenic at domenicdenicola.com (2014-08-18T18:44:48.085Z)
On Mon 11 Aug 2014 21:30, "Tab Atkins Jr." <jackalmage at gmail.com> writes:

> Now pretend that for-of works on strings... (maybe it already does, for
> all I know

It does. It iterates over code-points in the string. `http://people.mozilla.org/~jorendorff/es6-draft.html#sec-%stringiteratorprototype%.next`
domenic at domenicdenicola.com (2014-08-18T18:43:11.485Z)
On Mon 11 Aug 2014 21:30, "Tab Atkins Jr." <jackalmage at gmail.com> writes:

> Now pretend that for-of works on strings... (maybe it already does, for
> all I know

It does.  [It iterates over code-points in the string.](http://people.mozilla.org/~jorendorff/es6-draft.html#sec-%stringiteratorprototype%.next)
domenic at domenicdenicola.com (2014-08-18T18:42:54.626Z)
On Mon 11 Aug 2014 21:30, "Tab Atkins Jr." <jackalmage at gmail.com> writes:

> Now pretend that for-of works on strings... (maybe it already does, for
> all I know

It does.  It iterates over code-points in the string.

  http://people.mozilla.org/~jorendorff/es6-draft.html#sec-%stringiteratorprototype%.next