Using Your Resources Correctly! How to using Testing, Indentation, and coding tools to create a successful program
JavaScript Structures We use a variety of JavaScript Structures to control and organize our program.
How to Test our Work When using multiple prorgamming Structures, it may become complicated to keep track of everything. It is easy make a mistake by missing a step, put something out of order, creating a typo, not properly indenting, or a number of other problems
TIPS: Every structure needs to be indented within No Function Definition can contain another function definition Make sure you create function names that properly describe their function Make sure you create functions to minimize your program