Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Native prototypes#193

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
joaquinelio merged 2 commits intojavascript-tutorial:masterfromcortizg:es.javascript.info.1-08-03-np
Jul 3, 2020
Merged

Native prototypes#193

joaquinelio merged 2 commits intojavascript-tutorial:masterfromcortizg:es.javascript.info.1-08-03-np
Jul 3, 2020

Conversation

cortizg
Copy link
Contributor

@cortizgcortizg commentedMay 17, 2020
edited
Loading

No description provided.

1-08-03-np Traducido 141-08-03-np Corregido 111-08-03-np Corregido 12
Copy link
Member

@joaquineliojoaquinelio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

1-8-3-2 solution, no lo entiendo que pasa , y no es una edicion fácil sin branch
PARECE que está traducido pero no borradas las lineas ingles y por eso tiene 20 lineas má´s

ojo esta vez no revisé demasiado

queja:
aparece el importantísimo wrapper de nuevo acá,
bellamente escondido detrás de una buena traducción.


```js run
let obj = {};
alert( obj ); // "[object Object]" ?
```

Where's the code that generates the string`"[object Object]"`?That's a built-in`toString` method, but where is it? The `obj`is empty!
¿Dónde está el código que genera la cadena`"[objeto Objeto]"`?Ese es un método integrado`toString`, pero ¿dónde está? ¡El `obj`está vacío!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

¿Dónde está el código que genera la cadena"[objet Objet]"? Ese es un método integradotoString, pero ¿dónde está? ¡Elobj está vacío!

Noes descripción, es el resultado del alert [objet Objet] supongo el 2do en mayussc porq es clase.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

lo cierro?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

@cortizg
Hay una alternativa, la hice antes:
Hago MERGE, el bot es entusiasma y lo marca hecho,
lo desmarco y listo, sigue pendiente
creo que es más fácil.

Entonces vos podes hacer un nuevo PR dede ahi,
pero tendras que usar el repo EN como base, algo qye habrás hecho antes
y el reviewer también tendrá que contrastar con el repo EN en lugar de seguir los colorcitos lo que es ¡todo un drama! ja ja
¿merge y desmarco?

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

¡probemos!!

Copy link
Member

@joaquineliojoaquinelioJul 4, 2020
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

¡probemos!!
@cortizg
probemos, nada. Ya lo hice.
El repo tiene ya tu traducción defectuosa 👍 Te corresponde arreglarlo ahora.
En el issue17 sigue asignado, el # borrado.
Tendr´as que abrir esos 5 archivos, modificarlos y nuevo pr. Le isse un hiziu para asignártelo pero no me dejó, así que te enteras por este medio comentario.

fede rastas
Comentario entero no medio. "...medio, comentario"

@javascript-translate-bot

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻


```js run
function f() {}

alert(f.__proto__ == Function.prototype); // true
alert(f.__proto__.__proto__ == Object.prototype); // true, inherit from objects
alert(f.__proto__ == Function.prototype); // ferdadero
Copy link
ContributorAuthor

@cortizgcortizgJul 2, 2020
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

// verdadero

@joaquineliojoaquinelio merged commit08eaccd intojavascript-tutorial:masterJul 3, 2020
@javascript-translate-bot

Thank you 💖 I updated the Progress Issue#17 🎉 🎉 🎉

@cortizg
Copy link
ContributorAuthor

Listo!

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@joaquineliojoaquineliojoaquinelio requested changes

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@cortizg@javascript-translate-bot@joaquinelio

[8]ページ先頭

©2009-2025 Movatter.jp