JavaScript converts all the big numbers into scientific notation.
eg: '90938498237058927340892374089'
this string when converted to an integer will come out like this scientific notation '9.093849823705893e+28
'.
How can I convert the data type from String to an Integer and avoiding the scientific notation?