E3: Preparing for WODs Essay

23 Sep 2023
Preparing for WODs Essay

I completed WOD 5.1. The purpose of this WOD was to see how functions can be utilized to make the code much easier and more efficient when you are assigning new elements. Also, that a JS file can be linked to the HTML file and drawn from it so it is easier to read, more organized, and more direct for the web page to read. For example, we created the variables so they do not have to be copied and pasted into each block of code in the html, it would just draw from the variable named in the JS file and reflect it on the webpage. The link for furhter information about the WOD is here

My personal experience with WOD 5.1 was efficient, fast, and also a good amount of challenge. I believe the instructions were mostly clear during the entire process. The WORD discussed where to put the location of the code so I was able to put it in the head without messing around with different areas. What slowed me down was linking the images. I realized that I was supposed to leave an open tag, but instead I accidentally put a closed one. Ex/ It was supposed to be = src... I figured it out when I looked back on Laulima to the code that was given.

I prepared for this WOD by doing it myself first. Usually, I try it without the video to make sure everything works, then I watch the video to see the end result looks closer to mine. I also made a plan of what I needed to do throughout the WOD. My plan was to try the replacement of code again, make sure the heading, price, and images work, and then also to know how to link the .js file to the html. This is how I usually do WOD's.

I believe I could've prepared better by completing it on the same day. I did half the WOD myself and then finished it the next day, but I was having trouble remembering what I have already done or not done. Next time, I will carve out enough time to sit and complete it fully on the same day.