Do you know 0.1 + 0.2 ≠ 0.3 in JavaScript? Here is why!console.log(0.2 + 0.1) // 0.30000000000000004May 21, 2021·3 min read·1.1K