Another often forgotten thing is the semicolon >> ;
Java, Javascript, C++, C#, PHP (I think), they need a ";" at the end of a line of code in many places.
For example:
Javascript
:
Code:
var example = "Dont forget your semicolons!" ;
I have on a number of occasions forgot that one little semicolon and none of the code would work ! Uggh lol