Dave Herman (2014-12-15T16:28:53.000Z)
On Mon, Dec 15, 2014 at 8:22 AM, Glen Huang <curvedmark at gmail.com> wrote:

> export a;
>
> I think this is illegal, should be {a: a}
>

Oops, right you are! Got one wrong on my ES6 quiz. ;-P

Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20141215/f1ecded3/attachment.html>
d at domenic.me (2015-01-05T20:23:24.710Z)
On Mon, Dec 15, 2014 at 8:22 AM, Glen Huang <curvedmark at gmail.com> wrote:

>> ```js
>> export a;
>> ```
>
> I think this is illegal, should be `{a: a}`

Oops, right you are! Got one wrong on my ES6 quiz. ;-P