Javascript Events Tutorial Part 2 - Javascript Tutorials for Beginning Web Development

Javascript Events Tutorial Part 2 - Javascript Tutorials for Beginning Web Development15:11

Download-Informationen und Videodetails Javascript Events Tutorial Part 2 - Javascript Tutorials for Beginning Web Development

Autor:

LearnCode.academy

Veröffentlicht am:

23.6.2015

Aufrufe:

186.3K

Beschreibung:

In the last video, I covered Javascript Events for new Javascript Web Developers. Let's get a little more complex with those events by adding a loop and some different types of event listeners. Here’s the source code: And here’s all the key codes: A web developer often needs to add an event to multiple elements, but you don’t want to repeat your code all over the place, so the best way to do it is to make a loop. The good news is, since this loop just goes from i=0, i=1, i=2, etc, we can use one loop and add events to all 3 li’s & inputs with it.