We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/airbnb/javascript#events--hash says
pass a hash instead of a raw value
This use of "hash" is obscure jargon. Use "object literal".
The text was updated successfully, but these errors were encountered:
It's not that obscure; former PHP and Ruby devs use the term colloquially to mean anything with simple key-value lookup, like a JS object.
That said, this is a good change.
Sorry, something went wrong.
1b6bcd0
No branches or pull requests
https://github.com/airbnb/javascript#events--hash says
This use of "hash" is obscure jargon. Use "object literal".
The text was updated successfully, but these errors were encountered: