🏠 New in Low Baseline Support: Optional catch binding
January 15, 2020
Omit the the binding parameter of a catch clause when you don’t need information about the exception in a try ... catch statement.
Source features
javascript.statements.try_catch.optional_catch_binding[mdn]