- Sometimes when you feel like the logic has worked but it doesnt, check the location of the line placement. Sometimes you just need to move around.
- Write down the iteration at least 5 times to see the pattern.
- Functions that are already there can help you like map, reduce, and filter.
- Remember how to initialize array/dictionary
- Look for recursive patterns