Brendan Eich (2014-03-14T20:54:41.000Z)
Brendan Eich wrote:
>   for (var i = 0 in debug.audio)

BTW, ur-JS in Netscape would not parse this. The optional initializer 
fell out of grammar over-reuse in ES1, possibly also works-in-JScript 
lobbying (my memory fades but that is where it came from).

/be
domenic at domenicdenicola.com (2014-03-21T16:58:30.310Z)
Brendan Eich wrote:
>     for (var i = 0 in debug.audio)

BTW, ur-JS in Netscape would not parse this. The optional initializer 
fell out of grammar over-reuse in ES1, possibly also works-in-JScript 
lobbying (my memory fades but that is where it came from).