Skip to main content

6 docs tagged with "Object"

View All Tags

Data Types in JavaScript

What is the data type in JavaScript? Learn about the primitive and non-primitive data types in JavaScript, including string, number, bigint, boolean, undefined, symbol, null, object, array, and function.

Math in JavaScript

In this tutorial, we will learn about the Math object in JavaScript. We will learn about the properties and methods of the Math object.

Object Data Types in JavaScript

What is the object data type in JavaScript? Learn about the object data type and how to create, access, modify, add, and delete object properties in JavaScript.

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.

Type Operator in JavaScript

What is the type operator in JavaScript? Learn about the type operator, its syntax, and how to use it to check the data type of a value or variable in JavaScript.