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

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

Merged
joaquinelio merged 2 commits intojavascript-tutorial:masterfromcortizg:es.javascript.info.1-09-03
Jun 21, 2020
Merged

Static properties and methods#172

joaquinelio merged 2 commits intojavascript-tutorial:masterfromcortizg:es.javascript.info.1-09-03
Jun 21, 2020

Conversation

cortizg
Copy link
Contributor

No description provided.

@javascript-translate-bot

Error: the article already has PR number in the Progress Issue#17, it's 167⁉️

@cortizg
Copy link
ContributorAuthor

#172 replace#167

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.

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.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
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";
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
static planet = "Tierra";
static planet = "Tierra";

@javascript-translate-bot

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

@joaquineliojoaquinelio merged commit05f7589 intojavascript-tutorial:masterJun 21, 2020
@javascript-translate-bot

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

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