We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b0519 commit 0988760Copy full SHA for 0988760
1-js/07-object-properties/02-property-accessors/article.md
@@ -147,7 +147,7 @@ for(let key in user) alert(key); // name, surname
147
148
Tenga en cuenta que una propiedad puede ser un acceso (tiene métodos `get/set`) o una propiedad de datos (tiene un 'valor'), no ambas.
149
150
-Si intentamos poner tanto " get" como " valor" en el mismo descriptor, habrá un error:
+Si intentamos poner tanto `get` como `valor` en el mismo descriptor, habrá un error:
151
152
```js run
153
*!*
0 commit comments