I had a positive experience with paired programming. My partner and I were able to finish the coding and work through bugs fairly fast. Our advantages were that whenever one of us didn’t know a part of the code, the other usually had some knowledge.
Functions are lines of code that are made to preform a task.
For Example:
function DoThis() { //this first line of code creates the function
// in this part of the function, you call what happens. Almost like a number of…
What I enjoyed in our lunchtime project was that I was able to work with JavaScript more. It helped me learn a lot more about dot notation and HTML DOM. It allowed me to understand it. I didn’t dislike any part of the project because it was a learning experience. I encountered a lot of errors…
Objects and arrays seem very similar. Both have multiple values stored in one variable. As well as, being stored into brackets. However, objects have variables thatcontain properties.
HTML, “the skeleton” -