Skip to content

Commit 3688b0d

Browse files
committed
Automatic merge from master.
1 parent fecb245 commit 3688b0d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ <h1>JavaScript Garden</h1>
5353
</section><section><header><h3>The authors</h3></header>
5454
<p>This guide is the work of two lovely Stack Overflow users, <a href="http://stackoverflow.com/users/170224/ivo-wetzel">Ivo Wetzel</a>
5555
(Writing) and <a href="http://stackoverflow.com/users/313758/yi-jiang">Zhang Yi Jiang</a> (Design).</p>
56-
<p>In case you are interested in additional guidance or reviews concerning your JavaScript
57-
projects, Ivo Wetzel offers these on a freelance basis. Please feel free to
58-
contact him via <a href="mailto:[email protected]">e-mail</a> for further details.</p>
5956
</section><section><header><h3>Contributors</h3></header>
6057
<ul>
6158
<li><a href="https://github.com/caio">Caio Romão</a> (Spelling corrections)</li>
@@ -1079,7 +1076,8 @@ <h1>JavaScript Garden</h1>
10791076
<a href="#this">this</a> being set to the object whose <code>[[Class]]</code> value should be retrieved.</p>
10801077
<aside>
10811078
<p><strong>ES5 Note:</strong> For convenience the return value of <code>Object.prototype.toString</code>
1082-
for both null<code>and</code>undefined<code>was **changed** from</code>Object<code>to</code>Null<code>and</code>Undefined` in ECMAScript 5.</p>
1079+
for both <code>null</code> and <code>undefined</code> was <strong>changed</strong> from <code>Object</code> to <code>Null</code> and
1080+
<code>Undefined</code> in ECMAScript 5.</p>
10831081
</aside>
10841082
</section><section><header><h3>Testing for undefined variables</h3></header>
10851083
<pre><code>typeof foo !== 'undefined'

0 commit comments

Comments
 (0)