Discuss this page on this pages TalkPage
typeOf
Syntax | (typeof expression) |
Arguments | expression: the expression you want to know the type of |
Returns | The kind of expression, eg. 'list |
Category | type, unid |
Description | Use to check the type of expression being used |
Example