@tobi for loop doesn't create a new scope, so there's only one binding for var c, which all the closures share. Use forEach to fix.
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
@tobi for loop doesn't create a new scope, so there's only one binding for var c, which all the closures share. Use forEach to fix.