Case sensitivity and typos
I am far from a novice user, but I make a lot of typing mistakes, so case sensitivity catches me often...especially on properties and names in WDF, etc.
This command gets an error
ResourceData["On the origin of Species"]
This command gets the data
ResourceData["On the Origin of Species"]
This command gets an error...also I find the error message to be somewhat opaque
DateObject[{2016, 8, 4}, "week"]
This command evaluates the object
DateObject[{2016, 8, 4}, "Week"]