top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What functions are used for converting non-numeric values into numbers in Javascript?

0 votes
2,272 views
What functions are used for converting non-numeric values into numbers in Javascript?
posted Mar 20, 2014 by Anil Chaurasiya

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

These are the few functions used for converting non-numeric values into numbers in Javascript
Number(x),parseInt(x, 10),parseFloat(x).

answer Mar 21, 2014 by Karan Joglekar
...