You are here: irt.org | About | Feedback | 212 [ previous next ]
Feedback on:
JavaScript FAQ Knowledge Base Q48
Sent by
Rene on June 01, 1999 at 11:52:14:
Worth:
Worth reading
Length:
Too short
Comments:
It recommands the solution:
var c = (a-0) + (b-0);
You should also try:
var c= eval(a+b);
It works too!