+ 3
Have you ever used BigInt - new primitive in JS? Give some examples or cases to use
2 Respuestas
+ 3
You can use BigInt in cryptography for example.
See the full documentation below:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt
+ 3
https://code.sololearn.com/W3eNWFfXF1Zu/?ref=app