What are a few code examples that set apart inexperienced programmers from experienced ones?
if (condition === true) {
...
When I see something like the above, I have a presumption that there is a high probability that whoever coded it, must be relatively new to the field of programming.
What are a few other code examples from programmers that might tip you off of their inexperience?