solving programming problems - garrett-401-advanced-javascript/seattle-js-401d39 GitHub Wiki
read the question until you understand it. Ask for help understanding the question if you need to. solve the problem yourself with 3 different datasets before you write any code. you cant automate what you can't solve manually. make your manual equations more efficient. write down the steps your solution takes to solve the problem. write the pseudo code to your solution. fill in the actual code from your pseudo code nice job!