2010/04/25

[JavaScript]typeof演算一覧

が昔のメモに書きとめてあったので、公開します。

typeof(123)
・・・number
typeof("ABC")
・・・string
typeof("encodeURI")
・・・function
typeof(true)
・・・boolean
typeof(document):
・・・object
typeof(aaaaa):
・・・undefined

0 コメント:

コメントを投稿