wiki/content/20201116164007-nan.md

16 lines
246 B
Markdown

---
date: 2020-11-16
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)
```