mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
16 lines
246 B
Markdown
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)
|
|
```
|