mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
Update README.md
always define your variables at the top. defining them elsewhere is confusing because of hoisting. there is no block scope in javascript.
This commit is contained in: