Return Values for typeof Operations : typeof Operator « Statement « Flash / Flex / ActionScript






Return Values for typeof Operations

 

Operand Type      Return Value 
String      string 
Number      number 
Boolean      boolean 
Function      function 
MovieClip      movie clip 
All other types      object 

        








Related examples in the same category

1.Using the typeof Operator