mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
300 B
300 B
date | id | title |
---|---|---|
2020-11-16 | fd09c3db-f05d-4df2-9815-7ec4f88e341b | Infinity |
Description
Infinity and -Infinity represent positive and negative infinities
Syntax
console.log(Infinity - 1)
console.log(Infinity + 1)
console.log(-Infinity - 1)
console.log(-Infinity + 1)