JSFiddle - React, Tailwind, and code Playground
JavaScript
let a = BigInt(199999999999);
let b = BigInt(100000000000);
let c = a/b;
console.log(c.toString());
let a = BigInt(199999999999);
let b = BigInt(100000000000);
let c = a/b;
console.log(c.toString());