Topic awaiting preservation: nested if then statement (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: K-town, FL, USA |
posted 01-28-2005 17:37
I am having some trouble getting the errors out of my javascript... I have googled for it and found a couple of examples but none that seemed to help me. If anyone can help me it would be greatly appreciated. |
Paranoid (IV) Inmate From: Madison, Indiana, USA |
posted 01-28-2005 18:11
code: var NumGrade; var AlphGrade;
code: if (...) |
Paranoid (IV) Inmate From: Brisbane, Australia |
posted 02-07-2005 05:59
Hyperbole's example might be a tad confusing, I'd always better to use the curly braces {} regardless, like so... code: if (a > b) {
|