📚 Reference


Infinity


Infinity

- Infinity

예시


// infinity
const infinity = 1 / 0;

// negativeInfinity
const negativeInfinity = -1 / 0;