473,394 Members | 1,821 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

For Loops

Hi

I am not sure you guys can help me, but here it goes. 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

Aug 30 '06 #1
5 1301
Gregc. said the following on 8/29/2006 8:27 PM:
Hi

I am not sure you guys can help me, but here it goes. 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?
Yes.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Aug 30 '06 #2
JRS: In article <11**********************@74g2000cwt.googlegroups. com>,
dated Tue, 29 Aug 2006 17:27:07 remote, seen in
news:comp.lang.javascript, Gregc. <gr*********@bigpond.composted :
>I am not sure you guys can help me, but here it goes. 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?
No.

Consider and try the following

var coffee = new Array();
coffee ["mixedblend"] = 5.50;
coffee ["grots"] = 1.50;
for (c in coffee) alert (c + " costs " + coffee[c])

IMHO, it is generally better to use Array only for numeric indices, and
the above could start var coffee = {} // empty Object.

The ordering apparent in coffee by for (c in coffee) is undefined.

You should use var c; and, as that is essentially an indexing operation,
I'd use J instead of c.

--
© John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v4.00 IE 4 ©
<URL:http://www.jibbering.com/faq/>? JL/RC: FAQ of news:comp.lang.javascript
<URL:http://www.merlyn.demon.co.uk/js-index.htmjscr maths, dates, sources.
<URL:http://www.merlyn.demon.co.uk/TP/BP/Delphi/jscr/&c, FAQ items, links.
Aug 31 '06 #3

Dr John Stockton wrote:
Consider and try the following

var coffee = new Array();
coffee ["mixedblend"] = 5.50;
coffee ["grots"] = 1.50;
for (c in coffee) alert (c + " costs " + coffee[c])

IMHO, it is generally better to use Array only for numeric indices, and
the above could start var coffee = {} // empty Object.

The ordering apparent in coffee by for (c in coffee) is undefined.

You should use var c; and, as that is essentially an indexing operation,
I'd use J instead of c.
Hi

what does IMHO mean?

Greg

Aug 31 '06 #4
"Gregc." <gr*********@bigpond.comwrote in news:1157063021.499358.280480
@m73g2000cwd.googlegroups.com:
what does IMHO mean?
Learn to look things like this up on the web.

http://www.learnthenet.com/english/glossary/imho.htm

Aug 31 '06 #5

Jim Land (NO SPAM) wrote:
>Learn to look things like this up on the web.

http://www.learnthenet.com/english/glossary/imho.htm
Thanks for that.

Sep 1 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Oleg Leschov | last post by:
Could there be means of exiting nested loops in python? something similar to labelled loops in perl.. I consider it irrating to have to make a flag for sole purpose of checking it after loop if...
15
by: JustSomeGuy | last post by:
I have a need to make an applicaiton that uses a variable number of nested for loops. for now I'm using a fixed number: for (z=0; z < Z; ++z) for (y=0; y < Y; ++y) for (x=0; x < X; ++x)
4
by: Dr. David Kirkby | last post by:
I have a program that loops through and changes all the elements on an array n times, so my code looks like this: for (n=1; n < n_max; ++n) for(i=imax; i >= 0; --i) { for(j=0 ; j < jmax; ++j) {...
46
by: Neptune | last post by:
Hello. I am working my way through Zhang's "Teach yourself C in 24 hrs (2e)" (Sam's series), and for nested loops, he writes (p116) "It's often necessary to create a loop even when you are...
6
by: Scott Brady Drummonds | last post by:
Hi, everyone, I was in a code review a couple of days ago and noticed one of my coworkers never used for() loops. Instead, he would use while() loops such as the following: i = 0; while (i...
17
by: John Salerno | last post by:
I'm reading Text Processing in Python right now and I came across a comment that is helping me to see for loops in a new light. I think because I'm used to the C-style for loop where you create a...
10
by: Putty | last post by:
In C and C++ and Java, the 'for' statement is a shortcut to make very concise loops. In python, 'for' iterates over elements in a sequence. Is there a way to do this in python that's more concise...
2
by: bitong | last post by:
I'm a little bit confuse with regard to our subject in C..We are now with the Loops..and I was just wondering if given a problem, can you use Do-while loops instead of a for loops or vise versa? are...
3
by: monomaniac21 | last post by:
hi all i have a script that retrieves rows from a single table, rows are related to eachother and are retrieved by doing a series of while loops within while loops. bcos each row contains a text...
8
by: Nathan Sokalski | last post by:
I have several nested For loops, as follows: For a As Integer = 0 To 255 For b As Integer = 0 To 255 For c As Integer = 0 To 255 If <Boolean ExpressionThen <My CodeElse Exit For Next If Not...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.