Core JavaScript 1.5 Reference
MDC, 우리 모두의 백과사전.
Contents |
[edit]
이 레퍼런스에 대하여
[edit]
전역 개체
- Array
- Boolean
- Date
- Error
- Function
- java
- JavaArray
- JavaClass
- JavaObject
- JavaPackage
- Math
- netscape
- Number
- Object
- Packages
- RegExp
- String
- sun
[edit]
전역 속성
[edit]
전역 함수
- Array
- Boolean
- Date
- decodeURI
- decodeURIComponent
- encodeURI
- encodeURIComponent
- Error
- eval
- Function
- isFinite
- isNaN
- Number
- Object
- parseFloat
- parseInt
- RegExp
- String
[edit]
함수
[edit]
문
- block
- break
- const
- continue
- do...while
- export
- for
- for...in
- for each...in
- function
- if...else
- import
- label
- return
- switch
- throw
- try...catch
- var
- while
- with
[edit]
연산자
- Arithmetic Operators (
+,-,*,/,%,++,--, unary-) - Assignment Operators (
=,+=,-=,*=,/=,>>=,<<=,>>>=,&=,|=,^=) - Bitwise Operators (
&,|,^,~,<<,>>,>>>) - Comparison Operators (
==,!=,===,!==,>,>=,<,<=) - Logical Operators (
&&,||,!) - 특수 연산자:
- Conditional Operator (
condition ? ifTrue : ifFalse) - Comma Operator (
,) - delete Operator
- function Operator
- in Operator
- instanceof Operator
- new Operator
- this Operator
- typeof Operator
- void Operator
- Conditional Operator (
- String Operators (
+and+=as concatenation operators) - Member Operators (
obj.propertyandobj["property"]) - Operator Precedence
[edit]
주석
- Code comments (
//and/* */)
[edit]
LiveConnect 클래스 Reference
[edit]
부록 A - 예약된 낱말
[edit]