mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 13:58:13 -05:00
ES6 gives us promises, which have `.catch` method. Other Promise implementation also uses `try` and `finally` methods, which are also reserved keywords ([bluebird](https://github.com/petkaantonov/bluebird/blob/master/API.md)).