chuanxshi / javascript-patterns

JavaScript Design Patterns
http://shichuan.github.io/javascript-patterns
9.39k stars 1.7k forks source link

Updated to make the hoisting example more clear #117

Closed shaunmccarthy closed 6 years ago

shaunmccarthy commented 10 years ago

Also fixed code so that it runs correctly (using the same function name lead to the second function to be called twice).

chuanxshi commented 6 years ago

@shaunmccarthy thanks, merged!