Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn JavaScript DOM for Beginners Interactive Web Pages
Rating: 4.7 out of 5(15 ratings)
261 students

Learn JavaScript DOM for Beginners Interactive Web Pages

Make your webpages come to life with JavaScript and DOM interaction Loaded with Useful Projects in JavaScript
Created byLaurence Svekis
Last updated 11/2024
English

What you'll learn

  • Use JavaScript to create interactive web pages
  • Select update and manipulate web page elements with JavaScript
  • Create fun interactive game and componentes with JavaScript
  • Dynamic Content and Dynamic Web pages with JavaScript and DOM
  • Explore how to apply JavaScript to connect with the DOM

Course content

6 sections75 lectures13h 38m total length
  • Introduction to JavaScript and the DOM creating interactive web pages3:18
  • Course Resource and Source Code Guide1:02
  • Web Developer Setup use of Editor for JavaScript Code9:00

    Setup of your web development environment, getting started writing code. Use of editor visual studio code. Use of Chrome browser and Chrome DevTools to see console messages. Use of console.log() to output debugging data to the browser.

  • JavaScript Resources to explore more about JavaScript2:00

    Where to get help and more information about JavaScript. Find code examples and where to get help online to learn more about JavaScript and JavaScript DOM. What is the DOM and how it works, the structure of a webpage and what can be accessed via JavaScript.

  • JavaScript DOM Object Selecting Page elements and more12:04

    How to access page elements, manipulate content and properties of the page element. Learn how to select and update contents of the element. DOM is a tree structure representing all the page elements and properties of those elements. Introduction to console.dir() document.querySelector() and textContent property value assignment.

  • JavaScript querySelectorAll Get Page Elements Select ALL11:45

    Use of querySelector and querySelectorAll to select matching page elements. Different selectors including tag, id, and class. Select page element, iterate contents of node list output and update page elements.

  • Page Events Element Event Listener access page content with JavaScript10:10

    Make your page elements come to life with event listeners, which listen for events and allow you to run blocks of code once the event gets triggered. Using addEventListener method on each element you can add click event listeners. Once clicked output content into the console, then using what you’ve learned create a click tracker on all your divs on the page. As the elements are clicked update the click count on the element. Try to keep the code short as possible.

    Exercise Page Click Tracker:

    1. Select the page elements to add click tracker on

    2. Update the values of the elements

    3. Add a value click tracker property to the element object

    4. Get the target element from the event object, use the target event.

    5. Increment the counter and update the output of the clicked element.

  • JavaScript and Page Input Values from Page Elements11:13

    This lesson will demonstrate how to get values from input fields, using those values within your JavaScript code. Select the element, get the value and output it to your webpage. Use of document.createElement and append methods to create page elements, and add new page elements to your webpage. Select the page elements and make them interactive, updating the existing text Content of the div with whatever value is contained within the input field.

    Exercise : Page message from input value

    1. Select the page element that will be the main container.

    2. Create new page elements

    3. Add new page elements to the container

    4. Update content of page elements

    5. Add an event listener for the button

    6. When the button is clicked update the contents of the div with the value of the contents of the input field.

  • How to use JavaScript Request Animation Frame13:51

    The window.requestAnimationFrame() method tells the browser that you wish to perform an animation. The browser calls a specified function to update an animation before the next repaint. The method takes a callback as an argument to be invoked before the repaint.

Requirements

  • HTML
  • CSS
  • Fundamental JavaScript
  • Some coding experience

Description

Explore how you can create amazing Mini Projects to learn JavaScript - Grow your portfolio - Expand your skills!

Do you want to add interaction or dynamic content to your web pages, this is the course for you!

JavaScript can bring your web pages to life - interact with the DOM.   Select page elements, make changes and update them as needed.  Power up your web pages!!!

Create amazing content on your pages, driven dynamically with JavaScript.  Projects within this course are designed to help you learn more about JavaScript and interacting with the DOM.  Learn by example, course is loaded with fun projects to help you learn and demonstrate what can be done with JavaScript

Source Code is included so that you can try the code, and build your own version of the web applications.

Please note that HTML and CSS are prerequisite to the course, as well fundamental JavaScript is required as we are covering JavaScript within web pages.

JavaScript Projects within the DOM - Document Object Model

Explore how to create Interactive Dynamic web pages

Introduction  to the DOM and how JavaScript can create page interactions - Explore how to write JavaScript code, select page elements and more.  Loaded with useful projects to help you learn more about creating interactive and dynamic web content with JavaScript.

Course covers everything you need to know in a step by step format so  that you can start coding JavaScript and creating amazing things with code.

Web Developer Setup use of Editor for JavaScript Code

JavaScript Projects DOM Interactive Dynamic web pages Introduction web development Course Resource Guide.

  • Getting started with JavaScript DOM coding and development

  • Web Developer Setup use of Editor for JavaScript Code

  • JavaScript Resources to explore more about JavaScript

  • JavaScript DOM Object Selecting Page elements and more

  • JavaScript querySelectorAll Get Page Elements Select ALL

  • Page Events Element Event Listener access page content with JavaScript

  • JavaScript and Page Input Values from Page Elements

  • How to use JavaScript Request Animation Frame

JavaScript Starter Projects DOM Simple Projects to Start Coding

  • How to make Interactive DOM list saving to localstorage

  • JavaScript Component Create a Star Rating Project

  • JavaScript Game within the DOM Coin Toss Game Project

  • JavaScript Typing Challenge Game with JavaScript DOM

  • JavaScript DOM fun with Page Elements Moving Storing Keypress

  • JavaScript Combo Guessing Game Exercise

  • JavaScript Shape Clicker Game Click the shape quickly to win

  • JavaScript Number Guessing Game with Game Logic

JavaScript DOM Interactive Components and Useful Projects

  • Pure JavaScript Accordion hide and show page elements

  • JavaScript Drag and Drop Simple Boxes Component

  • Dynamic Drag and Drop

  • JavaScript Email Extractor Mini Project

  • Create a Quiz with Javascript JSON quiz tracker

  • JavaScript Image Preview File Reader Example

  • JavaScript Interactive Dice Game with Page elements

  • JavaScript Dice Game Challenge Lesson

JavaScript DOM Fun Projects Interactive DOM Elements

  • JavaScript Tip Calculator Project

  • Tip Calculator Project Part 1

  • Tip Calculator Project Part 2

  • Pure JavaScript Calculator DOM page elements Project

  • JavaScript Calculator Part 1

  • JavaScript Calculator Part 2

  • JavaScript Calculator Part 3

  • JavaScript Bubble Popping DOM Game Coding project

  • How to move a Page Element With JavaScript DOM Mover Example

  • Collision Detection between Page elements with JavaScript DOM

  • JavaScript DOM Interactive Game

JavaScript in action - use of pure JavaScript to create amazing interactive content on your web pages.

Source code included

Build your own version of the projects

Learn more about JavaScript and DOM page element manipulation.

No libraries, no shortcuts just learning JavaScript making it DYNAMIC and INTERACTIVE web application.

Step by step learning with all steps included.

Beginner JavaScript knowledge is required as the course covers only JavaScript relevant to the building of the game.  Also HTML and CSS knowledge is essential as scope of this course is all JavaScript focused.  

Along with friendly support in the Q&A to help you learn and answer any questions you may have.

Try it now you have nothing to lose, comes with a 30 day money back guarantee.  

Start building and creating with JavaScript today!!!!

Who this course is for:

  • JavaScript developers
  • Web designers
  • Web application developers
  • Web masters
  • Anyone who wants to create fun web projects
  • Anyone who wants to learn more about JavaScript and the DOM