formatting
This commit is contained in:
parent
fc0a7895af
commit
fb022e961e
|
@ -14,6 +14,7 @@ Usage / API
|
||||||
====
|
====
|
||||||
|
|
||||||
typeOf(o)
|
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue