| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Developer seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Sorry, something went wrong.
There was a problem hiding this comment.
Hola @mariabp
esta super genial la traducción, solo hay un pequeño detalle,
en todas las declaraciones le agregaste un espacio extra.
Por ejemplo:
let id = Symbol("id"); , debería ser let id = Symbol("id"); (le quité un espacio entre el let y el id
Sorry, something went wrong.
|
Please make the requested changes. After it, add a comment "/done". |
Sorry, something went wrong.
Listo! Ya eliminé los espacios extras, que raro que los puse 🤔 . Me dices que te parece :)
|
Done |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM🚀
Sorry, something went wrong.
| ``` | ||
|
|
||
| Symbols are guaranteed to be unique. Even if we create many symbols with the same description, they are different values. The description is just a label that doesn't affect anything. | ||
| Los Symbols están garantizados a ser únicos. Aunque declaremos varios Symbols con la misma descripción éstos tendrán valores distintos. La descripción es solamente una etiqueta que no afecta nada más. |
There was a problem hiding this comment.
"Se garantiza que los símbolos son únicos" me parece que suena más natural, lo dejo a tu criterio.
"Aunque declaremos varios Symbols con la misma descripción, éstos ..."
Sorry, something went wrong.
There was a problem hiding this comment.
Estoy de acuerdo contigo!
Sorry, something went wrong.
|
|
||
| ````warn header="Symbols don't auto-convert to a string" | ||
| Most values in JavaScript support implicit conversion to a string. For instance, we can `alert` almost any value, and it will work. Symbols are special. They don't auto-convert. | ||
| ````warn header="Symbols no se auto convierten a String" |
There was a problem hiding this comment.
auto-convierten, para ser consistentes
Sorry, something went wrong.
| ## Propiedades "Ocultas" | ||
|
|
||
| Symbols allow us to create "hidden" properties of an object, that no other part of code can occasionally access or overwrite. | ||
| Los Symbols nos permiten crear propiedades "ocultas" en un objeto, las cuales ninguna otra parte del código puede accesar ni sobre-escribir. |
There was a problem hiding this comment.
Los Symbols nos permiten crear propiedades "ocultas" en un objeto, a las cuales ninguna otra parte del código puede acceder ni sobre-escribir.
Sorry, something went wrong.
|
No se debe traducir los nombres de las variables, por ejemplo de "user" a "usuario"
|
Sorry, something went wrong.
|
Revisenlo para yo agregar los cambios y no tener que volverlos a revisar una vez arregle el conflicto de estructura. |
Sorry, something went wrong.
There was a problem hiding this comment.
@ezzep66
te lo paso porque puse varias cosas
Sorry, something went wrong.
|
Please make the requested changes. After it, add a comment "/done". |
Sorry, something went wrong.
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>
|
/done |
Sorry, something went wrong.
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
| Back | FazBrowse Home | New Git URL |
Translation to spanish ready to review :)