formatting

This commit is contained in:
AJ ONeal 2010-11-04 22:03:29 -07:00
parent fc0a7895af
commit fb022e961e
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Usage / API
====
typeOf(o)
----
Since JavaScript is a loosely-typed language, it is sometimes necessary to examine a value to determine its type. (This is sometimes necessary in strongly typed languages as well.) JavaScript provides a typeof operator to facilitate this, but typeof has problems.