Skip to content

Commit 445bad4

Browse files
authored
Update article.md
1 parent 44d0d34 commit 445bad4

File tree

1 file changed

+1
-5
lines changed
  • 1-js/04-object-basics/03-garbage-collection

1 file changed

+1
-5
lines changed

1-js/04-object-basics/03-garbage-collection/article.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,7 @@ Ahora si hacemos lo mismo
7474
user = null;
7575
```
7676

77-
<<<<<<< HEAD
78-
...Entonces el objeto todavía es accesible a través de la variable global `admin`, por lo que debe quedar en la memoria. Si también sobrescribimos `admin`, entonces se puede eliminar.
79-
=======
80-
...Then the object is still reachable via `admin` global variable, so it must stay in memory. If we overwrite `admin` too, then it can be removed.
81-
>>>>>>> 2efe0dce18a57f2b6121ed6656d6fe10b0ee8f96
77+
... el objeto todavía es accesible a través de la variable global `admin`, por lo que debe quedar en la memoria. Si también sobrescribimos `admin`, entonces se puede eliminar.
8278

8379
## Objetos entrelazados
8480

0 commit comments

Comments
 (0)