SyntaxFix
Write A Post
Hire A Developer
Questions
Beware if you use parseInt to convert a float in scientific notation! For example:
parseInt("5.6e-14")
will result in
5
instead of
0