From fb022e961ebbf4c20fc4774648f01ed4b816038c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 4 Nov 2010 22:03:29 -0700 Subject: [PATCH] formatting --- README.md | 1 + 1 file changed, 1 insertion(+) 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.