Alternatively, using a template literal also converts the `BigInt` to a string implicitly.
let result = 15511210043330985984000000n; console.log(`${result}`); // Outputs: 15511210043330985984000000