Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error en la cantidad de propiedades de "Shape.call(this, x, y, 20, 20, exists);" #18274

Open
Ignorancio opened this issue Feb 19, 2024 · 0 comments
Labels
l10n-es Issues related to Spanish content.

Comments

@Ignorancio
Copy link

MDN URL

https://developer.mozilla.org/es/docs/Learn/JavaScript/Objects/Adding_bouncing_balls_features

¿De qué sección específica o titular trata este problema?

Definiendo EvilCircle()

¿Qué información es incorrecta, inútil o incompleta?

Shape.call(this, x, y, 20, 20, exists);

¿Qué esperaba ver?

Esperaba ver "super(x, y, 20, 20);"
la informacion que presente en "informacion incorrecta" me parece como tal ya que la propiedad exists es un propiedad de la clase ball y no una propiedad de la clase shape.
como se menciona en el articulo en ingles, shape solo define las propiedades x, y, velX, velY. MAS NO LA PROPIEDAD EXISTS. COMO LO HACE EL ARTICULO EN ESPAÑOL, EL ARTICULO EN INGLES MENCIONA QUE EXISTS EN UNA NUEVO PROPIEDAD DE Ball.

¿Tiene algún enlace de apoyo, referencias o citas?

image
image
image

¿Tiene algo más que quiera compartir?

Me parece un curso excelente

MDN metadata

Page report details
@Ignorancio Ignorancio added l10n-es Issues related to Spanish content. needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Feb 19, 2024
@Graywolf9 Graywolf9 removed the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-es Issues related to Spanish content.
Projects
None yet
Development

No branches or pull requests

2 participants