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
The current javascript code uses underscores, which might be familiar for the learners if they come e.g. from a Python lesson.
My understanding is that javascript uses a camelCase naming convention. If the change is meaningful, cat_image would become catImage and so on.
cat_image
catImage
I'm not sure this is a first priority though.
The text was updated successfully, but these errors were encountered:
Good point. I agree though, not the first priority, but leaving this open for later :) Thanks!
Sorry, something went wrong.
No branches or pull requests
The current javascript code uses underscores, which might be familiar for the learners if they come e.g. from a Python lesson.
My understanding is that javascript uses a camelCase naming convention.
If the change is meaningful,
cat_image
would becomecatImage
and so on.I'm not sure this is a first priority though.
The text was updated successfully, but these errors were encountered: