Best of DOMDecember 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    JavaScript Events: Bubbling, Capturing, and Propagation

    JavaScript Events: Bubbling, Capturing, and Propagation are examples of how events travel through the Document Object Model (DOM) tree. The DOM tree is the structure which contains parent/child/sibling elements in relation to each other. You can set listeners to watch for these events that will trigger your desired functionality.

  2. 2
    Article
    Avatar of asayerasayer·3y

    Working with the DOM in JavaScript

    The DOM (Document Object Model) is an interface that enables developers to manipulate a website’s content, structure, and style. In this tutorial, we will learn what the DOM is, how to create it and how it can be modified using JavaScript. JavaScript can change all the HTML elements on the page.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    A React Developer's First Take on Solid

    A React Developer's First Take on Solid is a React developer's first take on Solid. Solid is similar to React, but it's not just JSX in the same way React is. It's similar enough to React that there's not a steep learning curve, and some of the features seem genuinely transformative.

  4. 4
    Article
    Avatar of gamedevacademyGameDev Academy·3y

    Create a Basic Quiz using JavaScript

    JavaScript Mini-Projects – Language Learning Game Showing a Question. Use the free and popular Visual Studio Code (https://code.visualstudio.com/). In this lesson we will show a single question on the web page. To do this we will represent the question in a JavaScript variable, then display it in HTML.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    What Exactly is Node.js? Explained for Beginners

    Node.js allows developers to create both front-end and back-end applications using JavaScript. It was released in 2009 by Ryan Dahl and is open-source and cross-platform. For a beginner, this definition might raise further questions.