Skip to content

Commit 44d0d34

Browse files
committed
merging all conflicts
2 parents 50e079f + 2efe0dc commit 44d0d34

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

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

77+
<<<<<<< HEAD
7778
...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
7882
7983
## Objetos entrelazados
8084

0 commit comments

Comments
 (0)