I am seeking a way to save large integer value in javascript. I know that there is some libraries out there but I want to know whether there is a standard way to do that without bring any dependency. Below is an example of my problem:
let a = 6703734870638684097
console.log(a)
and the output becomes to:
6703734870638684000