Skip to main content

2 docs tagged with "Integer"

View All Tags

Number Data Types in JavaScript

What is the number data type in JavaScript? Learn about the number data type in JavaScript, including integers, floating-point numbers, NaN, Infinity, and BigInt.

Random in JavaScript

In this tutorial, we will learn about the Math.random() method in JavaScript. We will learn how to generate random numbers in JavaScript.