>>> const y = (5n**4n**3n**2n).toString(); >>> console.log(`5**4**3**2 = ${y.slice(0,20)}...${y.slice(-20)} and has ${y.length} digits`); 5**4**3**2 = 62060698786608744707...92256259918212890625 and has 183231 digits