Answers

Question and Answer:

  Home  UI Developer

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

parseInt("20″) + 20;

 230 views

More Questions for you: