Skip to content

Commit 44866cb

Browse files
authored
Update solution.md
1 parent cbac270 commit 44866cb

File tree

1 file changed

+1
-1
lines changed
  • 1-js/08-prototypes/02-function-prototype/4-new-object-same-constructor

1 file changed

+1
-1
lines changed

1-js/08-prototypes/02-function-prototype/4-new-object-same-constructor/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Podemos usar dicho enfoque si estamos seguros de que la propiedad `"constructor"` tiene el valor correcto.
22

3-
For instance, if we don't touch the default `"prototype"`, then this code works for sure:
3+
Por ejemplo, si no tocamos el `"prototype"` predeterminado, con seguridad el código funciona:
44

55
```js run
66
function User(name) {

0 commit comments

Comments
 (0)