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 @@
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 @@