Open
Description
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
- Folder:
ko/web/javascript/reference/operators/in
- MDN URL: https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Operators/in
- GitHub URL: https://github.com/mdn/translated-content/blob/main/files/ko/web/javascript/reference/operators/in/index.md
- Last commit: 09754a6
- Document last modified: 2024-12-17T09:16:59.000Z