wiki/content/20201116164007-nan.md

17 lines
244 B
Markdown
Raw Normal View History

2024-05-06 20:40:05 +00:00
---
2024-10-30 17:04:36 +00:00
date: 20201116
2024-05-06 20:40:05 +00:00
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)
```