When you want to convert a number to an integer in JavaScript, many people might think of parseInt() first. However, there is a major trap lurking here. Surprisingly, if you pass a 'too small decimal' ...
Since dates are stored as strings in a certain DB table in a format like"04/01", I want to retrieve them. While checking the operation, something strange happened. When I retrieved the date for August ...