검색결과 리스트
w3schools에 해당되는 글 1건
글
The JavaScript global properties and functions can be used with all the built-in JavaScript objects.
JavaScript Global Properties
Property | Description |
---|---|
Infinity | A numeric value that represents positive/negative infinity |
NaN | "Not-a-Number" value |
undefined | Indicates that a variable has not been assigned a value |
JavaScript Global Functions
Function | Description |
---|---|
decodeURI() | Decodes a URI |
decodeURIComponent() | Decodes a URI component |
encodeURI() | Encodes a URI |
encodeURIComponent() | Encodes a URI component |
escape() | Encodes a string |
eval() | Evaluates a string and executes it as if it was script code |
isFinite() | Determines whether a value is a finite, legal number |
isNaN() | Determines whether a value is an illegal number |
Number() | Converts an object's value to a number |
parseFloat() | Parses a string and returns a floating point number |
parseInt() | Parses a string and returns an integer |
String() | Converts an object's value to a string |
unescape() | Decodes an encoded string |
'JavaScript > JavaScript' 카테고리의 다른 글
[javascript] 이벤트 브라우져 호환성 (0) | 2012.08.28 |
---|---|
[Javascript] VBScript DateAdd 함수 구현 (0) | 2012.07.31 |
[JavaScript] IE 메모리 릭 찾기 (0) | 2012.07.27 |
[javascript] 동적으로 .js 파일을 인클루드 하는 함수 (0) | 2012.07.26 |
[javascript] 한글주소 URL 인코딩 (0) | 2012.07.24 |
RECENT COMMENT