Skip to content

Commit

Permalink
Fixed typo with wrong information
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenmoura committed Feb 19, 2016
1 parent f03b62c commit ae972cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 2014/09/arrow-functions-and-their-scope/index.html
Expand Up @@ -181,8 +181,8 @@ <h2 id="relevant-considerations">Relevant considerations</h2>
};
</code></pre>
<p>We may point some relevant considerations:</p>
<p><strong>- <code>arguments</code> works just as expected</strong></p>
<pre><code class="lang-javascript">console.log(arguments);
<p><strong>- <code>arguments</code> will not be passed/defined for your function</strong></p>
<pre><code class="lang-javascript">console.log(arguments); // not defined
</code></pre>
<p><strong>- <code>typeof</code> and <code>instanceof</code> work just fine as well</strong></p>
<pre><code class="lang-javascript">func instanceof Function; // true
Expand Down Expand Up @@ -409,4 +409,4 @@ <h2 id="conclusion">Conclusion</h2>
</body>
</html>
</body>
</html>
</html>

0 comments on commit ae972cb

Please sign in to comment.