- Notifications
You must be signed in to change notification settings - Fork230
Static properties and methods#172
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
Static properties and methods#172
Uh oh!
There was an error while loading.Please reload this page.
Conversation
javascript-translate-bot commentedMay 9, 2020
Error: the article already has PR number in the Progress Issue#17, it's 167 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Está perfecta. O estoy ciego. Deberían coincidir las líneas, agregué 2 suggest.
``` | ||
Ahora, cada vez que necesitamos crear un resumen de hoy, podemos llamar a `Article.createTodays()`. Una vez más, ese no es el método de un objeto artículo, sino el método de toda la clase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Ahora, cada vez que necesitamos crear un resumen de hoy, podemos llamar a`Article.createTodays()`. Una vez más, ese no es el método de un objeto artículo, sino el método de toda la clase. | |
Ahora, cada vez que necesitamos crear un resumen de hoy, podemos llamar a`Article.createTodays()`. Una vez más, ese no es el método de un objeto artículo, sino el método de toda la clase. | |
```js run | ||
class Animal { | ||
static planet = "Earth"; | ||
static planet = "Tierra"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
static planet = "Tierra"; | |
static planet = "Tierra"; | |
javascript-translate-bot commentedJun 21, 2020
Please make the requested changes. After it, add a comment "/done". |
javascript-translate-bot commentedJun 21, 2020
Thank you 💖 I updated the Progress Issue#17 🎉 🎉 🎉 |
No description provided.