Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Iterating over arrays using "for (x in arr)" is wrong, since it gives you the array methods as well. Use this instead:
|