Skip to content

Commit

Permalink
Merge pull request brianleroux#32 from mathiasbynens/master
Browse files Browse the repository at this point in the history
Add my name to the “undefined is mutable” post
  • Loading branch information
brianleroux committed Jan 13, 2012
2 parents 9ae18b2 + 5da4b8c commit 6283bfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion posts/2010-02-15-undefined-is-mutable.md
Expand Up @@ -12,4 +12,6 @@ Due to the mutability of undefined, it is generally a better idea to check for u
<code>
var a = {};
typeof a.b == 'undefined'; // always true
</code>
</code>

[@mathias](http://mathiasbynens.be/)

0 comments on commit 6283bfe

Please sign in to comment.