You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Josh-Cena
added
to move
If the issue doesn't belong in Content but elsewhere in the MDN org
and removed
Content:JS
JavaScript docs
needs triage
Triage needed by staff and/or partners. Automatically applied when an issue is opened.
labels
Jul 19, 2023
MDN URL
https://developer.mozilla.org/es/docs/Web/JavaScript/Reference/Functions/set
What specific section or headline is this issue about?
definiendo_un_setter_en_un_objecto_existente_usando_defineproperty
What information was incorrect, unhelpful, or incomplete?
The expression:
consr o = {a: 0};
What did you expect to see?
I expect to see:
const o = {a: 0};
Do you have any supporting links, references, or citations?
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/set#defining_a_setter_on_existing_objects_using_defineproperty
Do you have anything more you want to share?
No response
The text was updated successfully, but these errors were encountered: