thinking.js

Trenton Taylor
2 min readOct 26, 2020
  1. While both JavaScript and CSS reference html elements to do make the code do things, they work differently and do different things. CSS controls what the page looks like and JavaScript controls what the page does on the backend.
  2. In my mind, I think of the DOM as the structure of the code. It contains all the different elements and how they interact with each other across files.
  3. One thing that really surprised me about coding is how much I feel like I’ve been able to learn in such a short amount of time. I wouldn’t say anything is necessarily easy, but the easiest thing to me would be the html. The actual information that goes into the page is much easier for me than figuring out what it should look like. We just started on JavaScript and that is another beast. I was able to finish the calculator and tic tac toe projects for class with a ton of research, but still don’t feel like I understand it. I’m looking forward to getting more familiar with JavaScript though.
  4. The most difficult thing for me is that it is a completely new way of thinking. In order to get things to work, you have to really think about what you’re doing and how it will effect everything else on the project.
  5. I think it’s cool that you can assign multiple event listeners to a single element, but I’m having a hard time with JavaScript right now and still need to learn more about them.
  6. I am motivated by the opportunity to learn a new skill that is also very in demand. I’m in this class to get into a new career.

--

--