My Time At University Week 11

This week, I delved deeper into programming for high-level problem-solving scenarios. Specifically, I focused on:

Advanced Problem-Solving: I expanded my skills in tackling high-level problems through programming, employing more sophisticated techniques and algorithms.

JavaScript If Statements: I learned how to use conditional statements (if statements) in JavaScript to create dynamic and responsive code that executes based on specified conditions.

JavaScript Loops: I explored different types of loops in JavaScript, such as for loops and while loops, to efficiently iterate over data and perform repetitive tasks.

JavaScript Events: I studied JavaScript events, understanding how to respond to user interactions and browser actions, such as mouse clicks, keyboard inputs, and page loading. These events are crucial for creating interactive and dynamic web applications.