
Discover how JavaScript makes web pages dynamic and interactive by manipulating the DOM, HTML, and CSS, with hands-on lessons on event listeners, selections, arrays, and functions.
Discover JavaScript resources for beginners by using sublime text, code pen for live HTML, CSS and JavaScript, and a local apache server with localhost to run and test pages.
Write JavaScript inside HTML by using script tags or external files, run code in the browser, and view outputs with console.log while learning debugging and comments to document your code.
Explore JavaScript primitives—strings, numbers, booleans, undefined, and null—learn how variables hold single values, how typeof reveals types, and why objects differ from primitives.
Learn to connect JavaScript with HTML and manipulate the DOM to update page content using getElementById, innerHTML, and innerText, while exploring window and document objects.
Learn how to update html elements using a variable output and getElementById, compare innerHTML and outerHTML, and understand JavaScript's two-run execution and its impact on the dom.
Retrieve form input values by id or name, and learn to handle single and multiple DOM elements using the value attribute and array indexing to access the first match.
Explore objects and arrays in JavaScript and learn DOM element selection using ID and tag name, access properties with dot and bracket notation, and iterate arrays.
Learn to use if statements, operators, and for and while loops to work with arrays and output values to the document, with real examples and practical tips.
Explore retrieving multiple DOM elements with getElementsByName and getElementsByTagName, loop through the HTML collection, access items by index or name, and inspect element types before moving to class-based selection.
Learn to select multiple elements by class, iterate over them, and output inner text or input values, then attach click events to make the page interactive.
Learn to make content interactive by wiring click event listeners to HTML elements, running functions that update output and inner HTML, and exploring clean code structure.
Explore how JavaScript functions run, pass input values, and update the page via onclick events, using innerHTML, parsing integers, and simple addition examples.
Explore how to implement various event listeners in JavaScript, from on blur to on key up and on change, to create a dynamic, interactive calculator.
Learn how to create and insert page elements with JavaScript using createElement and DOM methods like append, prepend, before, after, and appendChild in a live example.
Create and manipulate page elements with JavaScript using document.createElement, innerHTML, and append or prepend to the body. Explore insertAdjacentHTML and insertAdjacentText to position content.
JavaScript can make your web pages come to life. Explore how the Document Object Model works along with the fundamental core concepts of JavaScript... Together to make your webpages dynamic and interactive.
JavaScript along with HTML and CSS are the 3 core languages of the internet. Getting your JavaScript to work along with your HTML elements will bring your web pages to the next level. Interaction within elements is ready to go with any element. The browser does a lot with your HTML code and with JavaScript you can maximize that and create amazing things.
This course is designed for beginners who want to build a strong foundation for writing JavaScript code. Within the course we explore how to make things happen. How to connect HTML elements with JavaScript to create interactive content. Update change HTML all using JavaScript. Learn about event listeners and how they can give your website the ability to respond to user actions. All this makes your content come to life. Best of all every webpage is already ready to go with this, you just need to select and use it from JavaScript.
Taught by an instructor with over 18 years of web development experience, ready to help you learn more about JavaScript. This course is a great introduction to how JavaScript works with HTML.
I'm ready to answer any questions you may have. Start learning JavaScript today!