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