Latest news, food, business, travel, sport, Tips and Tricks...

Type of Data in Blogger

A data type is a classification of the type of data. this knowledge is indeed not mandatory for a blogger, but for those who want or design the look for their Blogger template, this section becomes important.

Not like Human, a computer does not know the different between "1,2,3" which is the type of number, and "one, two, three" which type of String (Character) that's why we must reference it and used it correctly. Each data type is different in its writing method to be applied in the XML section of Blogger.

List of Data Type

TypeMeaningWriting
STRINGRepresent text"string"
BOOLEANA Boolean value. include true|false|yes|notrue
NUMBERA numerical value.2018
OBJECTAn of Group of object.{"item1","item2","item3"}
ARRAYData set that contains a group of elements.
Can be an array of objects, strings, booleans, etc.
[set1,set2,set3]
URLUniform resource locator, the address of the page"https://blog_name.blogspot.com/"
,
//