Click to See Complete Forum and Search --> : JavaScript Help Really Needed!!


london_city_guy
01-11-2004, 11:52 AM
Hi guys,

I really need some help. I need someone to explain to me in "English" what the following is asking me to do for my coursework:

"One javascript function definition with parameters, including data processing statements involving a selection structure nested within another selection structure."

"One javascript function definition with parameters, including data processing statements involving nesting an iteration control structure within a selection control structure."

"One javascript function definition with parameters, including data processing statements involving nesting a selection control structure within an iteration control structure"

Please, is there anyone out that can simply tell me what the above is trying to say?

Grateful for your time and help.

Regards,

london_city_guy
:confused: :confused:

96turnerri
01-11-2004, 11:54 AM
aww if its coureswork im afraid that would be against the rules to tell you :p

no really i dont know for sure lol

Fang
01-11-2004, 02:32 PM
Look at W3Schools (http://www.w3schools.com/js/default.asp) for examples
function definition with parameters : Functions with arguments
data processing statements : Variables and Operators
selection structure : Conditional
iteration control structure : Looping
nesting : one structure within another

Have a go at the questions. Come back if you still have problems and show us what you have done.

london_city_guy
01-12-2004, 04:30 AM
hey fang, cheers for your help on that. My deadline is for the end of this month, so will give you a shout sometime before then with my scripts.
thanks again.