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

changeuser touserAdmin#3498

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

Open
Namnika wants to merge1 commit intojavascript-tutorial:master
base:master
Choose a base branch
Loading
fromNamnika:master

Conversation

Namnika
Copy link

@NamnikaNamnika commentedJul 19, 2023
edited
Loading

I found one typo in the topic optional chaining.

snippet:

let userAdmin = {  admin() {    alert("I am admin");  }};

In the below phrase:

Here, in both lines we first use the dot (userAdmin.admin) to get theadmin property, because we assume that theuserAdmin object exists, so it's safe read from it.

user should beuserAdmin cause the obj's name isuserAdmin notuser.

PS: Thank you for these great docs! A lot of information are well cleared.

Closes:#3499

@CLAassistant
Copy link

CLAassistant commentedJul 19, 2023
edited
Loading

CLA assistant check
All committers have signed the CLA.

@NamnikaNamnika mentioned this pull requestJul 19, 2023
@javascript-translate-botjavascript-translate-bot added the needs +1One more review needed labelAug 24, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@Alexandre887Alexandre887Alexandre887 approved these changes

@shallow-beachshallow-beachshallow-beach approved these changes

Assignees
No one assigned
Labels
needs +1One more review needed
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

changeuser touserAdmin
5 participants
@Namnika@CLAassistant@Alexandre887@shallow-beach@javascript-translate-bot

[8]ページ先頭

©2009-2025 Movatter.jp