Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js data types

//There are 7 data types in JS 
//They're split in two categories - (Primitives and Complex Types)

//Primives
string, number, boolean, null, undefined

//Complex types
Object, Function
Source by elzero.org #
 
PREVIOUS NEXT
Tagged: #js #data #types
ADD COMMENT
Topic
Name
9+2 =