JSFiddle - React, Tailwind, and code Playground

by Tamsen Pozzolo

JavaScript

let a = BigInt(199999999999);
let b = BigInt(100000000000);

let c = a/b;

console.log(c.toString());