-careful in naming variables
-Uppercase letters are not equivalent to lowercase letters
-JS ignores white spaces as long as it is the line of code
-use to make your code easier to read
-do not break code between commands
ex: document.write ("wow\
Philippines"); - incorrect