Hi
I am having trouble understanding for loops. If I have a
loop that
says:
var coffee = new Array();
coffee ["mixedblend"] = 5.50;
for (c in coffee)
{code goes here}
That for saying while there is a c in coffee, then conduct
the code.
Is that a correct interpretation?
Greg
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "JavaScript Forum" group.
To post to this group, send email to
JavaScript-Information googlegroups.com
To unsubscribe from this group, send email to
JavaScript-Information-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/JavaScript-Information
-~----------~----~----~----~------~----~------~--~---
|