From cca30260750c624e810beaf4b79c6d4b066f6c77 Mon Sep 17 00:00:00 2001 From: Ava7 Date: Fri, 26 Jun 2015 15:45:24 +0300 Subject: [PATCH] Fixed a tiny little typo --- coffeescript/07_the_bad_parts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coffeescript/07_the_bad_parts.html b/coffeescript/07_the_bad_parts.html index 7084506..8e45733 100644 --- a/coffeescript/07_the_bad_parts.html +++ b/coffeescript/07_the_bad_parts.html @@ -317,7 +317,7 @@

Using typeof

type({}) # "object" -

If you're checking to see if an variable has been defined, you'll still need to use typeof otherwise you'll get a ReferenceError.

+

If you're checking to see if a variable has been defined, you'll still need to use typeof otherwise you'll get a ReferenceError.

@@ -506,4 +506,4 @@

JavaScript Lint

- \ No newline at end of file +