Tell me what JavaScript method would convert the string "20" to an integer (on the fly) so "20" + 20 = 40?

Submitted by: Muhammad
parseInt("20″) + 20;
Submitted by: Muhammad

Read Online User Interface Expert Job Interview Questions And Answers