Topic awaiting preservation: Boolean problem |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: NZ |
posted 08-07-2003 01:49
Here is my JavaScript exercise: quote:
code: <html>
|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 08-07-2003 06:03
Remember parseInt() and parseFloat() ? =) |
Nervous Wreck (II) Inmate From: Indianapolis, In USA |
posted 08-07-2003 14:57
You also misspelled value in the first check. |
Paranoid (IV) Inmate From: France |
posted 08-07-2003 16:37
From my "experience", here comes the 3 rules to follow to write code that works and is maintenable : code: function cal() Nothing worth jumping in the air here. Moreover, Slime and rickindy already gave some interresting insights. |
Paranoid (IV) Inmate From: NZ |
posted 08-07-2003 23:42
Hi, guys. thanks for your helps. quote:
code: function cal(){
|
Paranoid (IV) Inmate From: NZ |
posted 08-07-2003 23:50
I cannot fix my code error above. |