Introduction to JavaScript (Image Gallery) - Software School (2024-03-12)

19 days ago
2

A brief introduction to the JavaScript programming language in the context of web development and the manipulation of an HTML document.

The lecture uses JSFiddle to demonstrate the examples.

Learn how to select an element by its id.

Learn how to modify CSS properties of an HTML element using JavaScript.

The lecture also teaches how to perform an action upon the clicking of an element. You learn how to create an event handler function.

Learn how to define a variable.

You are introduced to the Array to keep track of many strings.

The lecture also exposes you to using the query selector function to find HTML elements.

You learn how to make a simple image gallery that shows another image when you click a button.

Loading comments...