Closed
Description
The proposal by @michaelficarra makes the binding identifier in catch clauses optional.
For example:
try {
JSON.parse("...");
}
catch {
// Don't care, the error message is completely useless,
// but we need to handle it.
}
This proposal reached stage 3 immediately upon presentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment