filmov
tv
what is datatype in #javascript ?

Показать описание
Datatypes describe the different types or kinds of data that we're gonna be working with and storing in variables. In JavaScript, there are five basic, or primitive, types of data. The five most basic types of data are #strings, #numbers, #booleans, undefined, and null. We refer to these as primitive data types.