Dedicated servers
& web hosting directory

   
Quick Hosting Links
Apollohosting.com, Lunarpages.com, GalaxyVisions.com, Razorservers, WhosBehindYourWebsite
Good and Honest Host of the month, June 2008, WSServers.com
Advance Search   Dedicated Servers   Company Name   HostMatch
Thank you for visiting this site. If you are looking for web hosting services, you have come to the right place. Please search my database of over 2400 hosting companies.

If you need any help, please email me at terence @ hostpulse.com . I will personally try to reply your email within a day and give you some basic guidelines, negotiate with a few hosts to offer you good pricing or answer any hosting related problems that you may have. 
Cheap Web Hosting ASP & ASP.Net Hosting

Dedicated Server

Windows Server Hosting Ecommerce Hosting PHP Hosting
Linux & Unix Hosting Cold Fusion Hosting South America
Europe Reseller Hosting Managed Hosting
Virtual Private Server Asia Pacific Search by Country

Reference and Manual


Hosting Glossary  PHP  HTML 4.01  CSS 2.0  Core Javascript 1.5  XHTML 1.0

Core Javascript Guide 1.5

Core JavaScript Guide 1.5:
Previous     Contents    
Core JavaScript Guide 1.5


  Symbols A B C D E F G H I J K L M N O P Q R S T U V W X Y Z  
Index



Symbols


- (bitwise NOT) operator 1
- (unary negation) operator 1
-- (decrement) operator 1
! (logical NOT) operator 1
!= (not equal) operator 1
!== (strict not equal) operator 1
% (modulus) operator 1
%= operator 1
&& (logical AND) operator 1
& (bitwise AND) operator 1
&= operator 1
*/ comment 1
*= operator 1
+ (string concatenation) operator 1
++ (increment) operator 1
+= (string concatenation) operator 1
+= operator 1
/* comment 1
// comment 1
/= operator 1
< (less than) operator 1
<< (left shift) operator 1, 2
<<= operator 1
<= (less than or equal) operator 1
== (equal) operator 1
=== (strict equal) operator 1
-= operator 1
> (greater than) operator 1
>= (greater than or equal) operator 1
>> (sign-propagating right shift) operator 1, 2
>>= operator 1
>>> (zero-fill right shift) operator 1, 2
>>>= operator 1
?: (conditional) operator 1
^ (bitwise XOR) operator 1
^= operator 1
| (bitwise OR) operator 1
|= operator 1
|| (logical OR) operator 1
(comma) operator 1

Numerics


1.5 features 1

A


AND (&&) logical operator 1
AND (&) bitwise operator 1
anonymous functions 1
arguments array 1
arithmetic operators 1
% (modulus) 1
-- (decrement) 1
- (unary negation) 1
++ (increment) 1
Array object
creating 1
overview 1
arrays
associative 1
defined 1
deleting elements 1
indexing 1
Java 1
literals 1
populating 1
referring to elements 1
regular expressions and 1
two-dimensional 1
undefined elements 1
ASCII
glossary entry 1
Unicode and 1
assignment operators 1
%= 1
&= 1
*= 1
+= 1
/= 1
<<= 1
-= 1
>>= 1
>>>= 1
^= 1
|= 1
conditional statements and 1
defined 1

B


bitwise operators 1
& (AND) 1
- (NOT) 1
<< (left shift) 1, 2
>> (sign-propagating right shift) 1, 2
>>> (zero-fill right shift) 1, 2
^ (XOR) 1
| (OR) 1
logical 1
shift 1
BLOb, glossary entry 1
Boolean literals 1
Boolean object 1
conditional tests and 1, 2
Boolean type conversions (LiveConnect) 1
booleanValue method 1
break statement 1

C


capturing parentheses
parentheses
capturing 1
case sensitivity 1
object names 1
property names 1
regular expressions and 1
case statement
See switch statement 1
catching exceptions 1
CGI, glossary entry 1
char arguments 1
class-based languages, defined 1
classes
defining 1
Java 1
LiveConnect 1, 2
client
glossary entry 1
client-side JavaScript 1
glossary entry 1
comma () operator 1
comments, types of 1
comment statement 1
comparison operators 1
!= (not equal) 1
!== (strict not equal) 1
< (less than) 1
<= (less than or equal) 1
== (equal) 1
=== (strict equal) 1
> (greater than) 1
>= (greater than or equal) 1
conditional (?:) operator 1
conditional expressions 1
conditional statements 1, 2
if...else 1
switch 1
conditional tests
assignment operators and 1
conditional tests, Boolean objects and 1, 2
constant 1
constants 1
constructor functions 1
global information in 1
initializing property values with 1
containership
specifying default object 1
with statement and 1
continue statement 1
CORBA, glossary entry 1
core JavaScript, glossary entry 1

D


data types
Boolean conversions 1
converting 1
converting with LiveConnect 1, 2
and Date object 1
JavaArray conversions 1
JavaClass conversions 1
JavaObject conversions 1
in JavaScript 1, 2
JavaScript to Java conversion 1
Java to JavaScript conversion 1
null conversions 1
number conversions 1
other conversions 1
string conversions 1
undefined conversions 1
Date object
creating 1
overview 1
decrement (--) operator 1
default objects, specifying 1
delete operator 1, 2
deleting
array elements 1
objects 1, 2
properties 1
deprecate, glossary entry 1
directories, conventions used 1
do...while statement 1
document conventions 1

E


ECMA, glossary entry 1
ECMAScript, glossary entry 1
ECMA specification 1, 2
JavaScript documentation and 1
JavaScript versions and 1
terminology 1
else statement
See if...else statement 1
escape function 1
escaping characters 1
Unicode 1
eval function 1
exceptions 1
catching 1
handling 1, 2
handling in Java 1
Java, handling in JavaScript 1
throwing 1
exec method 1
expressions
See also regular expressions 1
conditional 1
overview 1
that return no value 1
types of 1
external functions, glossary entry 1

F


floating-point literals 1
floatValue method 1
for...in statement 1, 2
for loops
continuation of 1
sequence of execution 1
termination of 1
for statement 1
function keyword 1
Function object 1
functions 1
arguments array 1
calling 1
defining 1
Function object 1
predefined 1
recursive 1
using built-in 1
functions in expressions 1

G


getDay method 1
getHours method 1
getMember method 1
getMinutes method 1
getSeconds method 1
getters 1
getTime method 1
global object 1
greedy quantifiers 1

H


HTML
glossary entry 1
HTTP
glossary entry 1

I


if...else statement 1
increment (++) operator 1
inheritance
class-based languages and 1
multiple 1
property 1
initializers for objects 1
in operator 1
instanceof operator 1, 2
integers, in JavaScript 1
internationalization 1
IP address, glossary entry 1
isFinite function 1
isNaN function 1

J


Java
See also LiveConnect 1
accessing JavaScript 1
accessing with LiveConnect 1
arrays in JavaScript 1
calling from JavaScript 1
classes 1
communication with JavaScript 1, 2
compared to JavaScript 1, 2, 3
exceptions in JavaScript 1
to JavaScript communication 1
JavaScript exceptions and 1
methods requiring char arguments 1
objects, naming in JavaScript 1
object wrappers 1
packages 1
JavaArray object 1, 2
JavaArray type conversions 1
JavaClass object 1, 2
JavaClass type conversions (LiveConnect) 1
JavaObject object 1, 2
JavaObject type conversions 1
java package 1
JavaPackage object 1, 2
JavaScript
accessing from Java 1
background for using 1
communication with Java 1, 2
compared to Java 1, 2, 3
differences between server and client 1
ECMA specification and 1
to Java Communication 1
object wrappers 1
overview 1
special characters 1
versions and Navigator 1
JSException class 1, 2
JSObject, accessing JavaScript with 1
JSObject class 1

L


labeled statements
with break 1
with continue 1
label statement 1
left shift (<<) operator 1, 2
length property 1
links
with no destination 1
literals 1
Array 1
Boolean 1
floating point 1
integers 1
object 1
string 1
LiveConnect 1, 2
accessing Java directly 1
converting data types 1, 2
glossary entry 1
Java to JavaScript communication 1
objects 1
logical operators 1
! (NOT) 1
&& (AND) 1
|| (OR) 1
short-circuit evaluation 1
lookahead assertions 1
loops
continuation of 1
for...in 1
termination of 1
loop statements 1, 2
break 1
continue 1
do...while 1
for 1
label 1
while 1
lowercase 1

M


matching patterns
See regular expressions 1
match method 1
Math object 1
methods
defined 1
defining 1
static 1
MIME, glossary entry 1
modulus (%) operator 1

N


Navigator, JavaScript versions supported 1
Navigator JavaScript. See client-side JavaScript 1
netscape package 1
Netscape packages
See packages 1
new operator 1, 2
non-capturing parentheses 1
parentheses
non-capturing 1
NOT (!) logical operator 1
NOT (-) bitwise operator 1
null keyword 1
null value conversions (LiveConnect) 1
number formatting 1
Number function 1
Number object 1
numbers
Number object 1
parsing from strings 1
number type conversions (LiveConnect) 1

O


object manipulation statements
for...in 1
this keyword 1
with statement 1
object model 1, 2
objects 1, 2
adding properties 1, 2
confirming property type for 1
constructor function for 1
creating 1, 2
creating new types 1
deleting 1, 2
determining type of 1
establishing default 1
getting list of properties for 1
indexing properties 1
inheritance 1
initializers for 1
iterating properties 1
JavaScript in Java 1
literals 1
LiveConnect 1
model of 1, 2
overview 1
predefined 1
single instances of 1
operators
arithmetic 1
assignment 1
bitwise 1
comparison 1
defined 1
instanceof 1
logical 1
order of 1