Watch out for these common mistakes:
1. Misspelling console.log (e.g., consol.log)
2. Forgetting quotes around strings
3. Using smart quotes from word processors instead of straight quotes
4. Mixing up parentheses (), brackets [], and braces {}
When code doesn't work, check these issues first. Most beginner errors come from typos and missing characters.