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 cbac270 commit 44866cbCopy full SHA for 44866cb
1-js/08-prototypes/02-function-prototype/4-new-object-same-constructor/solution.md
@@ -1,6 +1,6 @@
1
Podemos usar dicho enfoque si estamos seguros de que la propiedad `"constructor"` tiene el valor correcto.
2
3
-For instance, if we don't touch the default `"prototype"`, then this code works for sure:
+Por ejemplo, si no tocamos el `"prototype"` predeterminado, con seguridad el código funciona:
4
5
```js run
6
function User(name) {
0 commit comments