Global : Introduction « Global « JavaScript Tutorial

Home
JavaScript Tutorial
1.Language Basics
2.Operators
3.Statement
4.Development
5.Number Data Type
6.String
7.Function
8.Global
9.Math
10.Form
11.Array
12.Date
13.Dialogs
14.Document
15.Event
16.Location
17.Navigator
18.Screen
19.Window
20.History
21.HTML Tags
22.Style
23.DOM Node
24.Drag Drop
25.Object Oriented
26.Regular Expressions
27.XML
28.GUI Components
29.Dojo toolkit
30.jQuery
31.Animation
32.MS JScript
JavaScript Tutorial » Global » Introduction 
8.1.1.Global

The Global object is a core object in the JavaScript language.

Properties and Functions of the Global Object

Property/FunctionsDescription
escape()Returns a string object in which all non-alphanumeric characters are converted to their numeric equivalent
eval()Accepts a string of JavaScript statements and evaluates it as JavaScript source code
InfinityKeyword that represents positive infinity
isFinite()Method used to determine if a variable has finite bounds
isNaN()Method used to determine whether a variable is a valid number or not
NaNRepresents an object not equal to any number
parseFloat()Method used to convert a string to a number of type float
parseInt()Method used to convert a string to an integer
unescape ()Method that takes a hexadecimal value and returns the ISO-Latin-1 ASCII equivalent


8.1.Introduction
8.1.1.Global
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.