Pet peeve: comments like // after this line of code, x == 7 which don't clarify what `x == 7` evaluates to
The issue is that `x == 7` is not a factual statement, it is an expression which evaluates to `true` or `false`
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
The issue is that `x == 7` is not a factual statement, it is an expression which evaluates to `true` or `false`