nas5w / javascript-tips-and-tidbits

A continuously-evolving compendium of javascript tips based on common areas of confusion or misunderstanding.
MIT License
1.2k stars 72 forks source link

Great article, tiny correction. #4

Closed JackLingwood closed 5 years ago

JackLingwood commented 5 years ago

Great article !

Tiny correction.

It says: Accordingly, reassigning var2 has not effect on var1.

It should say: Accordingly, reassigning var2 has no effect on var1.

nas5w commented 5 years ago

Thanks for the catch @JackLingwood! Feel free to create a pull request with the correction if you'd like the contribution, otherwise I can make the fix this evening.