Fire-House 58

Objects

JavaScript

o-4


JavaScript:
firehouse58.com  

 

Hard Reload
To See Menu

Array Object    Date Object

new Array()

properties methods
length join
  reverse
  sort
events   
none  

 

new Date()

Access to the client's clock is achieved through the date object.

 

 

 

 

Function Object     Math Object

function name(params){ statements } or
var name = new Function("params","statements")

there are three predefined functions
eval(arguments)
parsefloat(arguments)
parseint(arguments)

properties methods
arguments none
prototype  
events   
none  

 

Math.property

Used to perform math functions

 

 

 

 

 

 

String Object

  
new String(string)

Predefined object used to represent strings.

 

 


[back]   [home]   [next]