Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions coffeescript/07_the_bad_parts.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ <h2>Using typeof</h2>
type({}) # "object"
</code></pre>

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

<p><span class="csscript"></span></p>

Expand Down Expand Up @@ -506,4 +506,4 @@ <h2>JavaScript Lint</h2>
</div>
</div>
</body>
</html>
</html>