E3: Preparing for WODs Essay

23 Sep 2023

The main goals of WOD 5.1: SmartPhoneProducts1 with variables were to understand referencing variables, as well as using a separate JavaScript file to avoid hard-coding information while it is integrated with a HTML file. For further details of WOD 5.1, visit this link.

WOD 5.1 was relatively easy and straightforward. Utilizing regEx for finding and replacing the elements made this WOD extremely efficient to do. However, ensuring that the regEx is correct is essential to getting it to work, as most of my difficulties were due to mistyping the regEx. In addition, it is important to make sure that the correct variables are being used in all locations, respectively.

I prepared by doing a few run-throughs of the instructions before watching the solution, which is similar to how I complete my other WODs. Understanding what went wrong and well in each attempt leads to better outcomes. To be better prepared for this WOD and future ones, I would research certain codes and instructions, instead of doing it without thought, because it helps with understanding the purpose of completing it. Referring to other resources, such as the internet and your notes, also helps when you are preparing for and attempting the WODs, especially in cases of error.