E3 Performing WODs Technical Essay

30 Sep 2021

For this WOD I was tasked to create an invoice data sheet based off a sales data. For this invoice, I had to create variables so that there is no value hardcoded in. I was also tasked to link these variables together so that the values can be added together. I got familiar with

Discuss your experiences in performing the WOD. What worked well, what did you stumble on or slowed you down.

For this WOD, I had a hard time understanding what it was asking me to do in the beginning. I initially thought that I had to set up my <html> first and code everything in. The hard part of this invoice page was setting up the names and values for the products, the easy part was setting up the table within <html>. Once I got the hang of setting up the variables within the

Describe what you to did to prepare. What did you do similarly or differently from the WOD before this?

What I did to prepare was looking at W3 Schools. I was going over the basic <html> and variable tutorials and it helped me a little bit when doing this WOD. I also took in what Professor Kazman emphasized when coding, “find an easy way to code, dont make your life difficult, and copy code when needed.” From the WOD before this, I decided to read more about the WOD and the instructions to understand what specifically am I being tasked with.

Discuss what you could have done to be better prepared and what you might try differently for the next WOD.

What I could have done to be better prepared is pay attention more in labs because I realized that most of the things we are going over in labs is just a recap of it in the WODs. To be better prepared, I will ask more questions and interact in class to understand more of the labs and the WODs.