Files
30-seconds-of-code/glossary/Integer.md
2019-08-13 11:19:29 +03:00

8 lines
165 B
Markdown

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