Objective
This hacker speak project was to teach us how to incorporate more than two things in one website and mostly actions that do different things.
Problem
The problem I had with this project was the code and my confusion that I experienced with it. When it came to coding I had the problem with the text box for the first action not working.
Solution
The solution took me a bit to figure out, but when I did I was a little disappointed in myself when I found it. The problem was that I called the wrong div in the function. I messed up and called another div in the function and that lead the code to crash because it to became confused as to which one I wanted because I called the same div into another function where it didn’t need to be.