Closed
Bug 1452403
Opened 7 years ago
Closed 7 years ago
documentations not compatible with each other
Categories
(Developer Documentation Graveyard :: General, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kejsi.struga, Unassigned)
References
()
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: unspecified
Technical Contact:
:: Details
Here: https://developer.mozilla.org/en-US/docs/Archive/Web/Scope_Cheatsheet , it is said the 'const' has function-scope
whereas here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const it is said that 'const' has block-scope;
Therefore the cheatsheet must be modified.
Comment 1•7 years ago
|
||
The cheatsheet is in our Archive, meaning that it is obsolete content that we no longer maintain. It should be ignored.
We have requests on file to update the site code to prevent archived material from showing up in search results unless specifically requested, but when this will happen is unknown.
Comment 2•7 years ago
|
||
I deleted the scope cheatsheet page. It is useless.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•