> But alert() would not pop. If I swtch getFirst() to getLast(), then > alert() would pop.
> Is this a bug? I don't think so. You're seeing the output of Array.getLast(), not Element/s.getLast() as you probably expect. There is no Array.getFirst. -- Sandy
