#MonthOfCode - Day 30: infinity

My entry for the 30th day of the month of code. The theme for today is: infinity.

JavaScript has a special number: Infinity.

1
2
3
1/0; // Infinity
// It also knows minus zero!
1/-0; // -Infinity