• 회원가입
  • 로그인
  • 구글아이디로 로그인

[Operator] JS - 연산자 (Operator)

연산자 (Operator)

 

JS 연산자는 값 할당, 값 비교, 산술연산 등 수행하는 데 사용.

 

 

연산자 종류

 

산술연산자 (Arithmetic Operators)
할당연산자 (Assignment Operators)
문자열연산자 (= String Operator = 연결연산자 Concatenation Operator)
비교연산자 (Comparison Operators)

조건부연산자 (Conditional (Ternary) Operator)
논리연산자 (Logical Operators)
비트연산자 (Bitwise Operators)
typeof연산자 (typeof Operator)
delete연산자 (delete Operator)
in연산자 (in Operator)
instanceof연산자 (instanceof Operator)
void연산자 (void Operator)

 

연산자 우선순위

 

mdn Operator_Precedence

 

 

 

PS.

 

엘리 님 operator 강의

https://youtu.be/YBjufjBaxHo

 

모질라 operator 강의

https://developer.mozilla.org/ko/docs/Web/JavaScript/Guide/Expressions_and_Operators

 



분류 제목
Math JS - Math 객체 - 수학 객체 (= Math객체 = 매쓰객체/매스객체)
Math JS - Math.E 속성 - 오일러값 (= 오일러수 = 오일러상수)
Math JS - Math.LN2 - 2의 자연로그값
Math JS - Math.LN10 - 10의 자연로그값
Math JS - Math.LOG2E - 밑이 2인 오일러로그값
Math JS - Math.LOG10E - 밑이 10인 오일러로그값
Math JS - Math.PI - 원주율 (= 파이)
Math JS - Math.SQRT1_2 - 1/2의 제곱근값
Math JS - Math.SQRT2 - 2의 제곱근값
Math JS - Math.abs() 메서드 ★ - 절대값 반환 (= Math.abs메서드 = 매스앱스메서드)
Math JS - Math.acos() 메서드 - 아크코사인값
Math JS - Math.asin() 메서드 - 아크사인값
Math JS - Math.atan() 메서드 - 아크탄젠트값
Math JS - Math.atan2() 메서드 - 아크탄젠트2값
Math JS - Math.ceil() 메서드 ★ - 상향 반올림 (= 천장반올림 = 위로 반올림 = 매스씰메서드/메…
Math JS - Math.cos() 메서드 - 코사인값
Math JS - Math.exp() 메서드 - 오일러승수 (= 로그역함수 = exp메서드)
Math JS - Math.floor() 메서드 ★ - 하향반올림 (= 바닥반올림 = 아래로 반올림 = 플로메서드 =…
Math JS - Math.log() 메서드 - 로그값
Math JS - Math.max() 메서드 ★ - 최대값 (= 최댓값 = Math.max메서드 = 매스맥스메서드)
10/67
목록
찾아주셔서 감사합니다. Since 2012