CST 336 Week 2

 

WELCOME TO WEEK 2

Learning Journal

This week, we dove into JavaScript, and I learned a lot. I created variables and used control structures, which are important for building any program. I also learned how to manipulate HTML and CSS with JavaScript to make webpages more interactive and dynamic. 

I worked on creating events and event handlers, which let me respond to user interactions on a webpage. I practiced selecting specific HTML elements and interacting with them, and debugging JavaScript programs helped me get better at finding and fixing errors.

For our homework, I created a quiz with multiple input types, like text boxes and radio buttons. I used JavaScript event listeners to grade the quiz, which was fun and made me more comfortable working with user input. One of the questions had randomized options every time the page reloaded, and I used the _.shuffle function to make it happen.

This week helped me understand JavaScript basics and how to apply them to real projects. I feel more confident now, and I’m excited to see what I’ll learn next week! 

Comments

Popular posts from this blog

CST 300 Week 4

CST 338 Week 7/8

CST 300 Week 7