You are here: irt.org | About | Feedback | 4758 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q518
Sent by
eSlider on Sunday July 01, 2007 at 16:34:01
Worth:
Length:
Technical:
Comments:
a = new Array(); // Incorrect
a = new Object(); // Correct
a = {}; // Correct