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
Upgrade to more modern ES6 function definitions. The newer notation is more compact and looks better.
See MDN web docs: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Method_definitions
The text was updated successfully, but these errors were encountered:
For example, change:
computeChecksum: (clabeNum17) => {
to:
computeChecksum(clabeNum17) {
and then make sure all the tests pass: $ npm test
$ npm test
Sorry, something went wrong.
Hey, I can do this one but could you register your repository with HacktoberFest by adding the hacktoberfest topic to your repository?
hacktoberfest
Switch to ES6 object method shorthand in clabe.js
b09d761
Fixes center-key#18
wejrox
Successfully merging a pull request may close this issue.
Upgrade to more modern ES6 function definitions. The newer notation is more compact and looks better.
See MDN web docs:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Method_definitions
The text was updated successfully, but these errors were encountered: