Okay, I've got the coolest book on javascript a few months ago. Except while it does briefly describe loops, it doesn't explain how they work or how to really take advantage of them.
It only really does say how to validate an e-mail address with them, which I don't have much use for at all. I need to know, in plain English, how to initiate a loop, what they're good for, how I would stop a loop, what and how I can have them do (ie: perform a function, check the values of variables, etc), and how they work.
Also, could I use a loop to search for a string of text in an array of other strings (like to search for a word in a list of topics or something)? All this info would be great.
Or would it be easier to do this kind of stuff in php?
It only really does say how to validate an e-mail address with them, which I don't have much use for at all. I need to know, in plain English, how to initiate a loop, what they're good for, how I would stop a loop, what and how I can have them do (ie: perform a function, check the values of variables, etc), and how they work.
Also, could I use a loop to search for a string of text in an array of other strings (like to search for a word in a list of topics or something)? All this info would be great.
Or would it be easier to do this kind of stuff in php?
