Sebastian McKenzie (2015-04-29T11:43:40.000Z)
d at domenic.me (2015-05-11T16:39:34.828Z)
The binding identifiers are optional. You can do what you want already with: ```js const lastOfThree = ([,, third]) => { return third; } ```
The binding identifiers are optional. You can do what you want already with: ```js const lastOfThree = ([,, third]) => { return third; } ```