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

[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

 



분류 제목
String JS - toUpperCase() 메서드 - 대문자로 변환
String JS - trim() 메서드 ★ - 문자열양쪽 공백제거 (= trim메서드 = 트림 메서드)
String JS - valueOf() 메서드 - 객체값 (문자열자체 = 밸류어브)
String JS - anchor() 메서드 - name 속성 갖는 앵커태그 (= 링크태그) (비표준)
String JS - big() 메서드 - 큰글씨 (= 큰글자 = 글자 크게) (비표준)
String JS - blink() 메서드 - 글자 깜빡임. (비표준)
String JS - bold() 메서드 - 굵은글씨 (= 글자 굵게) (비표준)
String JS - fixed() 메서드 - 텔레타이프 텍스트 (비표준)
String JS - fontcolor() 메서드 - 글자색깔 (비표준)
String JS - fontsize() 메서드 - 글자크기 (비표준)
String JS - italics() 메서드 - 이탤릭체 (비표준)
String JS - link() 메서드 - src 속성 갖는 앵커태그 (= 링크태그) (비표준)
String JS - small() 메서드 - 작은글씨 (= 글자 작게) (비표준)
String JS - strike() 메서드 - 취소선 (= strike메서드 = 스트라이크메서드, HTML5제외)
String JS - sub() 메서드 - 아래첨자 (비표준) (= sub메서드 = 서브메서드)
String JS - sup() 메서드 - 위첨자 (비표준)
Number JS - Number -
Number JS - constructor - 객체생성자함수 (숫자 경우)
Number JS - MAX_VALUE - JS최대값 (= JS에서 가장큰수)
Number JS - MIN_VALUE - JS최소값 (= JS가장작은값)
7/67
목록
찾아주셔서 감사합니다. Since 2012