-
Notifications
You must be signed in to change notification settings - Fork 226
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Static properties and methods #172
Conversation
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"; | |
Please make the requested changes. After it, add a comment "/done". |
Thank you 💖 I updated the Progress Issue #17 🎉 🎉 🎉 |
No description provided.