Skip to content

Commit 828b85a

Browse files
committed
Fixes issue #10 - named-function-expressions using a dead link
1 parent 8ecf43d commit 828b85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/javascript-101/ch02-javascript-basics.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ <h2 class="title">
967967
</div>
968968
</div>
969969
<p class="remark">
970-
<i><span class="remark">I prefer the named function expression method of setting a function's name, for some rather</span></i> <i><a href="http://yura.thinkweb2.com/named-function-expressions/" class="ulink">in-depth and technical reasons</a>. You are likely to see both methods used in others' JavaScript code.</i>
970+
<i><span class="remark">I prefer the named function expression method of setting a function's name, for some rather</span></i> <i><a href="http://kangax.github.com/nfe/" class="ulink">in-depth and technical reasons</a>. You are likely to see both methods used in others' JavaScript code.</i>
971971
</p>
972972
<div title="Using Functions" class="section">
973973
<div class="titlepage">

0 commit comments

Comments
 (0)