Files
30-seconds-of-code/glossary/Integer.md
Angelos Chalaris 3148c1253a Add Integer
2018-08-27 22:18:48 +03:00

5 lines
140 B
Markdown

### Integer
Integers are one of the primitive data types in Javascript.
They represent a numerical value that has no fractional component.