let bigInt = 1n; // Using language construct let bigInt2 = BigInt(1); // Using function // Note: You cannot write new BigInt() because it is not a constructor