Jquery Datatypes

Following are the datatypes in jquery:

Strings :

String is traditionally a sequence of characters, either as a literal constant or as some kind of variable.

Numbers :

JavaScript does not define different types of numbers, like integers, short, long, floating-point etc. JavaScript has only one type of number, which is 64-bit floating point.

Boolean :

Boolean in Javascript is a data type that can only have one of two values, true or false.

Objects :

A JavaScript object is an unordered collection of Javascript variables (called named values), where a JavaScript variables are containers for data values.



Ask Questions

Ask Question