Fundamentally, JavaScript works with the following value types:
Numbers
Strings
Boolean values
Objects
All other data types are aggregates of those.
Objects are really collections of primitive values and are accessed by reference.
Prev | Home | Next |
D | Up | Data-tainting |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |