Uh oh!
There was an error while loading. Please reload this page.
WeakMap and WeakSet - #176
Conversation
cortizg
left a comment
There was a problem hiding this comment.
discrepo en dejar Array en las traducciones, este review lo dejo como comentario, pero hay unas traducciones pequeñas que se pasaron por alto como "Like this"
| Otra solución diferente podría ser agregar una propiedad como `message.isRead = true` a un mensaje después de leerlo. Como los objetos de mensajes son administrados por otro código, generalmente se desaconseja, pero podemos usar una propiedad simbólica para evitar conflictos. | ||
| Like this: | ||
| ```js |
| --- | ||
| # Almacenar banderas "no leídas" |
There was a problem hiding this comment.
Mencionaba Joaquin que banderas se deja como flags, tal como hace MDN
| # Almacenar banderas "no leídas" | ||
| Hay un array de mensajes: | ||
There was a problem hiding this comment.
array es arreglo, incluso MDN dice arreglo
| # Almacenar fechas de lectura | ||
| Hay un array semejante al de la actividad anterior [previous task](info:task/recipients-read). La sitación es similar: |
There was a problem hiding this comment.
array es arreglo https://developer.mozilla.org/es/docs/Glossary/Arreglos
| En la tarea anterior solo necesitábamos almacenar el hecho de "sí / no". Ahora necesitamos almacenar la fecha, y solo debe permanecer en la memoria hasta que el mensaje sea recolectado como basura. | ||
| P.D Las fechas se pueden almacenar como objetos de la clase incorporada `Fecha`, que cubriremos más adelante. |
There was a problem hiding this comment.
la clase incorporada (builtin) se llama Date: OJO
| Por lo general, las propiedades de un objeto o elementos de un array u otra estructura de datos se consideran accesibles y se mantienen en la memoria mientras esa estructura de datos permanezca en la memoria. | ||
| Por ejemplo, si colocamos un objeto en un array, mientras el array esté vivo, el objeto también estará vivo, incluso si no hay otras referencias a él. |
There was a problem hiding this comment.
array es arreglo https://developer.mozilla.org/es/docs/Glossary/Arreglos
| john = null; // sobrescribe la referencia | ||
| *!* | ||
| // John se almacena dentro del array, por lo que no será recolectado por el recolector de basura |
There was a problem hiding this comment.
busqueda y reemplazo con editor de texto array por arreglo
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
cortizg
left a comment
There was a problem hiding this comment.
traducciones que pasaron por alto y un typo
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
javascript-translate-bot
commented
Jun 9, 2020
Please make the requested changes. After it, add a comment "/done". |
Co-authored-by: Carlos Ortiz Gutiérrez <56600925+cortizg@users.noreply.github.com>
Co-authored-by: Carlos Ortiz Gutiérrez <56600925+cortizg@users.noreply.github.com>
…k.md Co-authored-by: Carlos Ortiz Gutiérrez <56600925+cortizg@users.noreply.github.com>
Co-authored-by: Carlos Ortiz Gutiérrez <56600925+cortizg@users.noreply.github.com>
joaquinelio
left a comment
There was a problem hiding this comment.
Un par de cositas tipo "suggest" nomás.
Abandono la pelea de glosario array. Cambialo o no, then merge sin asco.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
javascript-translate-bot
commented
Jun 15, 2020
Thank you 💖 I updated the Progress Issue #17 🎉 🎉 🎉 |
No description provided.