--- id: 9136cd01-5c02-49a2-8aab-f55c93dfcc72 title: NaN --- # Description Not a number. The returned result if you try to do mathematical nonsense # Syntax ``` javascript console.log(0/0) console.log(Infinity - Infinity) ```