•Use good layout to make your code more readable. Indent command blocks to make them easier
to read and to set them off from other code
•Use descriptive variable names to
indicate the purpose of your variables
•Be careful how you use uppercase and lowercase letters
in your code, because JavaScript commands and names are case-sensitive