It doesn't work correctly see below and how it should be
parseInt(19.31 * 100) // 1930
should be
parseInt(19.31 * 100) // 1931
It doesn't work correctly see below and how it should be
parseInt(19.31 * 100) // 1930
should be
parseInt(19.31 * 100) // 1931