Till Schneidereit (2014-02-11T20:53:09.000Z)
domenic at domenicdenicola.com (2014-02-18T04:25:32.898Z)
Also, there are short method declarations: ```js var obj = { foo(bar, baz) { // stuffs } } ```
Also, there are short method declarations: ```js var obj = { foo(bar, baz) { // stuffs } } ```