Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: JavaScript FAQ Knowledge Base Q48, June 01, 1999 at 11:52:14:

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!



©2018 Martin Webb