home HTML XML DTD CSS Visual Filter JavaScript Java ASP SSI .NET  
JavaScript Reference >
Suggested Reading

Literals


tag/attrib/value description
NullLiteral x      
x      
BooleanLiteral x      
true x      
false x      
NumericLiteral x      
DecimalLiteral x       Base-10 number
123 x      
.456 x      
123e-4 x      
OctalLiteral: 0456 x       Base-8 integer
HexadecimalLiteral: 0x12EF x       Base-16 integer
StringLiteral x      
'Single-quoted string' x      
"Double-quoted string" x      
RegExpLiteral x      
/ RegExpBody / RegExpFlags x