-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
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
[fr] use const
instead of var
in code examples
#22879
Conversation
Use `const` instead of `var`
Preview URLs Flaws (1)URL:
(comment last updated: 2024-10-10 12:14:10) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this PR @cricrio ! Just one small suggestion :)
const
instead of var
in code examples
* fix: typos * updt: commit version * updt: content and notes * updt: links * rem: macros to link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Content updated from mdn/content:Document.getElementById() • be8f7f1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quelques suggestions, merci déjà @tristantheb !
Co-authored-by: Carolyn Wu <[email protected]>
Description
I replaced all the 'var' by 'const' in the code examples.
Motivation
Additional details
Related issues and pull requests