CST336 - Module 2

What did I learn in the second week of CST336?

The second week was about the introduction of JavaScript into HTML and CSS. This allowed for functionality and animations to be added to the static webpages we created in the first week. Therefore, through the second lab going over a 'guessing the number game', everyone understood what JavaScript fundamentally did through loops, conditionals, and random functions. Furthermore, we were prepared to implement the second homework assignment that was called a 'U.S. Geography quiz', which was created through arrays, DOM manipulation, and event listeners.

After completing the assignments, we got another knowledge check that went over the concepts that were gone over through JavaScript alone. In the end, this required looking into how querySelector, addEventListener, and DOM worked with HTML to create the functionality that is being displayed, while also understanding the outcome of what each function does through a script file.

Comments

Popular Posts