🏠 New in High Baseline Support: Optional catch binding
July 15, 2022
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]