22 Aralık 2008 Pazartesi

Types returned from Javascript' s typeof

6 types can be returned from typeof

  1. "string"
  2. "number"
  3. "boolean"
  4. "function"
  5. "object"
  6. "undefined"

Hints:

  • for date variables, typeof returns "object"
  • for null variables, typeof returns "object", too.

Hiç yorum yok: