Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
Javascript Events Tutorial Part 2 - Javascript Tutorials for Beginning Web Development
Play lesson

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

Launch Your Web Development Journey: Master HTML, CSS, JavaScript, and GitHub with LearnCode.academy's Expert-Led Tutorials!

4.0 (2)
24 learners

What you'll learn

Create and style web pages using HTML and CSS fundamentals

Build responsive websites for optimal display on multiple devices

Implement interactive features using JavaScript and jQuery

Manage version control and collaboration with GitHub basics

This course includes

  • 5.3 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

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: http://codepen.io/anon/pen/doZbPQ?editors=101 And here's all the key codes: https://css-tricks.com/snippets/javascript/javascript-keycodes/ 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. -~-~~-~~~-~~-~- Also watch: "Responsive Design Tutorial - Tips for making web sites look great on any device" https://www.youtube.com/watch?v=fgOO9YUFlGI -~-~~-~~~-~~-~-

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere