diff options
Diffstat (limited to 'files/ko/glossary/operator')
-rw-r--r-- | files/ko/glossary/operator/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/files/ko/glossary/operator/index.html b/files/ko/glossary/operator/index.html new file mode 100644 index 0000000000..edd79cef9b --- /dev/null +++ b/files/ko/glossary/operator/index.html @@ -0,0 +1,20 @@ +--- +title: Operator +slug: Glossary/Operator +translation_of: Glossary/Operator +--- +<p>연산자는 문장 부호 또는 내장 기능을 수행하는 영어 또는 숫자로 구성된 예약된 <strong>구문</strong>이다. 예를 들어, JavaScript에서 추가 연산자("+")는 숫자를 추가하고 문자열을 연결하며, "not" 연산자("!")는 식을 부정한다 (예를 들어 참 문을 거짓으로 되돌리도록 만든다.).</p> + +<h2 id="더_알아보기">더 알아보기</h2> + +<h3 id="일반적인_지식">일반적인 지식</h3> + +<ul> + <li>Wikipedia의 {{Interwiki("wikipedia", "Operator (computer programming)")}} </li> +</ul> + +<h3 id="기술적_참조">기술적 참조</h3> + +<ul> + <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators">JavaScript operators</a></li> +</ul> |