Skip to main content

15 docs tagged with "data types"

View All Tags

Array Data Types in JavaScript

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

Boolean Data Types in JavaScript

What is the boolean data type in JavaScript? Learn about the boolean data type in JavaScript, including how to create a boolean, boolean values, and boolean methods.

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.

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.

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.

PHP - Data Types

The term "data types" refers to the classification of data into distinct categories. PHP has a total of eight data types that we use to construct our variables:

String Data Types in JavaScript

What is the string data type in JavaScript? Learn about the string data type in JavaScript, including how to create a string, escape characters, string length, string methods, and template literals.

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.

Variables and Data Types

In this tutorial, we will learn about variables and data types in C++. We will learn about what variables are, how to declare and initialize variables, and the different data types available in the language.

Variables and Data Types

In this tutorial, we will learn about variables and data types in Java. We will learn about what variables are, how to declare and initialize variables, and the different data types available in Java.