Global : Introduction « Global « JavaScript Tutorial

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. Animation
30. MS JScript
Microsoft Office Word 2007 Tutorial
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
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
w__ww__.___j_a___va___2s__.__c__o__m__ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.