Node.js v10 comes with @v8js v6.6+, meaning `catch` bindings are now optional. https://twitter.com/mathias/status/956209997808939008 …pic.twitter.com/PbPS598ZiS
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
try { doSomethingThatMightThrow(); } catch (ಠ_ಠ) { handleException(); } It’s valid JavaScript! https://mathiasbynens.be/notes/javascript-identifiers …