Stuck with one problem
Does anyone have any idea why it getting such results?
let x = 4153000000000000000 + 99
console.log(x) // 4153000000000000000
let y = 4153000000000000000 + 990
console.log(y) // 4153000000000001000
let z = 4153000000000000000 + 9900
console.log(z) // 4153000000000009700