Skip to content

[ko] in연산자 예제 오류 #26584

Open
@doitchuu

Description

@doitchuu

MDN URL

https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Operators/in

이 문제에 관한 특정 섹션 또는 제목은 무엇인가요?

설명

어떤 정보가 부정확하거나 도움이 되지 않거나 불완전했나요?

예제가 아래처럼 잘못 기입되어 있습니다.

  3 in
    trees(
      // true를 반환합니다.
      1 + 2,
    ) in
    trees;

어떻게 고쳐져야 하나요?

3 in trees; // true를 반환합니다.
(1 + 2) in trees; // true를 반환합니다. 연산자 우선 순위에 의하여 이 구문의 괄호는 없어도 됩니다.

지원 링크, 참조 또는 인용구가 있으신가요?

No response

더 공유하고 싶은게 있으신가요?

No response

MDN metadata

Page report details

Metadata

Metadata

Assignees

No one assigned

    Labels

    l10n-koIssues related to Korean content.needs triageTriage needed by staff and/or partners. Automatically applied when an issue is opened.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions