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
Consistency in our documentation increases its cognitive accessibility.
The documentation style guide suggests using let for all variable declarations. One code sample for the point() function still uses const.
let
point()
const
The text was updated successfully, but these errors were encountered:
Merge pull request #6240 from nickmcintyre/sod-fix-const
aa2c356
Update code samples for 2D primitives. Resolves #6239
nickmcintyre
Successfully merging a pull request may close this issue.
Increasing Access
Consistency in our documentation increases its cognitive accessibility.
Most appropriate sub-area of p5.js?
Feature enhancement details
The documentation style guide suggests using
let
for all variable declarations. One code sample for thepoint()
function still usesconst
.The text was updated successfully, but these errors were encountered: