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

[번역]Part1_2.9 '비교 연산자' 미번역된 부분 번역 진행(#779)#816

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
Seungsin wants to merge1 commit intojavascript-tutorial:master
base:master
Choose a base branch
Loading
fromSeungsin:part1_2.9

Conversation

Seungsin
Copy link
Contributor

Pull Request 체크리스트

TODO

  • 번역 규칙을 확인하셨나요?
    • 줄 바꿈과 단락을 '원문과 동일하게' 유지하셨나요?
    • 맞춤법 검사기로 맞춤법을 확인하셨나요?
    • 마크다운 문법에 사용되는 공백(스페이스), 큰따옴표("), 작은따옴표('), 대시(-), 백틱(`) 등의 특수문자는 그대로 두셨나요?
  • 로컬 서버 세팅 후 최종 결과물을 확인해 보셨나요?
  • PR 하나엔 번역문 하나만 넣으셨나요?
  • 의미 있는 커밋 메시지를 작성하셨나요?
    • 예시
      • [프락시] 번역
      • [프락시] 과제 번역
      • [if문과 조건부 연산자 '?'] 리뷰
      • [주석] 2차 리뷰
      • [Date 객체와 날짜] 번역

Copy link
Member

@Violet-Bora-LeeViolet-Bora-Lee left a comment

Choose a reason for hiding this comment

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

수정 부탁드려요

@@ -9,9 +9,9 @@
- 같음(동등): `a == b`. 등호 `=`가 두 개 연달아 오는 것에 유의하세요. `a ​​= b`와 같이 등호가 하나일 때는 할당을 의미합니다.
- 같지 않음(부등): 같지 않음을 나타내는 수학 기호 <code>&ne;</code>는 자바스크립트에선 <code>a != b</code>로 나타냅니다. 할당연산자 `=` 앞에 느낌표 `!`를 붙여서 표시합니다.

In this article we'll learn more about different types of comparisons, how JavaScript makes them, including important peculiarities.
이번 주제에서는 다양한 유형의 비교연산자와 중요한 특성을 자바스크립트가 어떻게 처리하는지에 대하여 배울 것입니다.
Copy link
Member

@Violet-Bora-LeeViolet-Bora-LeeSep 19, 2020
edited
Loading

Choose a reason for hiding this comment

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

Suggested change
이번 주제에서는 다양한 유형의 비교연산자와중요한 특성을 자바스크립트가 어떻게 처리하는지에 대하여 배울 것입니다.
이번 주제에서는 다양한 유형의 비교연산자와연산자별 문법 및 주요 특징에 대해 알아보겠습니다.


At the end you'll find a good recipe to avoid "javascript quirks"-related issues.
최종적으로 '자바스크립트 쿼크(quirks)'와 관련된 이슈를 방지 할 수 있는 좋은 방법을 찾을 것입니다.

Choose a reason for hiding this comment

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

Suggested change
최종적으로 '자바스크립트쿼크(quirks)'와 관련된 이슈를 방지 할 수 있는 좋은 방법을 찾을 것입니다.
마지막엔자바스크립트비교 연산자에서만 일어나는 '별난 상황'을 어떻게 방지할 수 있는지 알아보겠습니다.

@javascript-translate-bot

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

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@Violet-Bora-LeeViolet-Bora-LeeViolet-Bora-Lee requested changes

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@Seungsin@javascript-translate-bot@Violet-Bora-Lee

[8]ページ先頭

©2009-2025 Movatter.jp