File tree 1 file changed +2
-4
lines changed 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,6 @@ <h1>JavaScript Garden</h1>
53
53
</ section > < section > < header > < h3 > The authors</ h3 > </ header >
54
54
< p > This guide is the work of two lovely Stack Overflow users, < a href ="http://stackoverflow.com/users/170224/ivo-wetzel "> Ivo Wetzel</ a >
55
55
(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 >
59
56
</ section > < section > < header > < h3 > Contributors</ h3 > </ header >
60
57
< ul >
61
58
< li > < a href ="https://github.com/caio "> Caio Romão</ a > (Spelling corrections)</ li >
@@ -1079,7 +1076,8 @@ <h1>JavaScript Garden</h1>
1079
1076
< a href ="#this "> this</ a > being set to the object whose < code > [[Class]]</ code > value should be retrieved.</ p >
1080
1077
< aside >
1081
1078
< 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 >
1083
1081
</ aside >
1084
1082
</ section > < section > < header > < h3 > Testing for undefined variables</ h3 > </ header >
1085
1083
< pre > < code > typeof foo !== 'undefined'
You can’t perform that action at this time.
0 commit comments