diff --git a/README.md b/README.md index 85fb9d3..50918c4 100644 --- a/README.md +++ b/README.md @@ -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.