Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct destructuring example (#272)
`{ api, whatever }` from line 342 is not actually destructuring — though both were introduced in ES2015, the name for this syntax is "Shorthand property names": https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Object_initializer#New_notations_in_ECMAScript_2015
- Loading branch information