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

Fix minor grammatical errors #3410

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

Open
kristenmazza wants to merge 2 commits into javascript-tutorial:master
base: master
Choose a base branch
Loading
from kristenmazza:fix-grammar-errors

Conversation

@kristenmazza
Copy link

@kristenmazza kristenmazza commented Mar 19, 2023
edited
Loading

  • Fixes grammatical errors including word choice and punctuation

Copy link

CLAassistant commented Mar 19, 2023
edited
Loading

CLA assistant check
All committers have signed the CLA.

The first kind is *data properties*. We already know how to work with them. All properties that we've been using until now were data properties.

The second type of property is something new. It's an *accessor property*. They are essentially functions that execute on getting and setting a value, but look like regular properties to an external code.
The second type of property is something new. It's an *accessor property*. They are essentially functions that execute on getting and setting a value but look like regular properties to an external code.
Copy link
Contributor

@shallow-beach shallow-beach Aug 24, 2024

Choose a reason for hiding this comment

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

disagree, clearer with comma

```

Now the old code works too and we've got a nice additional property.
Now the old code works, too, and we've got a nice additional property.
Copy link
Contributor

@shallow-beach shallow-beach Aug 24, 2024

Choose a reason for hiding this comment

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

maybe:

Now the old code works too, and we've got a nice additional property.

- **`set`** -- a function with one argument that is called when the property is set,
- **`enumerable`** -- same as for data properties,
- **`configurable`** -- same as for data properties.

Copy link
Contributor

@shallow-beach shallow-beach Aug 24, 2024

Choose a reason for hiding this comment

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

might suggest dropping punctuation at end of bullets as well:

  • get -- a function without arguments that works when a property is read
  • set -- a function with one argument that is called when the property is set
  • enumerable -- same as for data properties
  • configurable -- same as for data properties

kristenmazza reacted with thumbs up emoji

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

@javascript-translate-bot javascript-translate-bot added the changes requested Waiting for changes and /done from PR author label Aug 24, 2024
Copy link
Author

/done

@javascript-translate-bot javascript-translate-bot added review needed Review needed, please approve or request changes and removed changes requested Waiting for changes and /done from PR author labels Aug 24, 2024
@javascript-translate-bot javascript-translate-bot added needs +1 One more review needed and removed review needed Review needed, please approve or request changes labels Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

1 more reviewer

@shallow-beach shallow-beach shallow-beach approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

needs +1 One more review needed

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /