Math.floor(10000000000000000000000000000).toString()
// 1e+28
so it length is 5 is correct
solved How come js calculating its(10000000000000000000000000000) length as 5?
Math.floor(10000000000000000000000000000).toString()
// 1e+28
so it length is 5 is correct
solved How come js calculating its(10000000000000000000000000000) length as 5?