79121699

Date: 2024-10-24 11:41:25
Score: 0.5
Natty:
Report link

If someone have problem with hex. See this example

console.log(BigInt("0x1456b678a3e50b2e").toString()); // 1465559358017702702
console.log(BigInt(0x1456b678a3e50b2e).toString()); // 1465559358017702656

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dung Nguyen