Answers for "infinity javascript"

-1

infinity javascript

const maxNumber = Math.pow(10, 1000); // max positive number

if (maxNumber === Infinity) {
  console.log('Let\'s call it Infinity!');
}

console.log(1 / maxNumber);
Posted by: Guest on July-28-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language