1. 2
    Create a User Interface with Vanilla JavaScript and DOM
    1m 32s

Create a User Interface with Vanilla JavaScript and DOM

InstructorKent C. Dodds

Share this video with your friends

Send Tweet

You can create a simple user interface on the web using HTML and CSS. But as soon as you want to make your application interactive, you need to use JavaScript to manipulate the DOM (Document Object Model) to listen to user events and make updates to the user interface. In this lesson we'll learn how to create a <div> element using raw JavaScript and browser APIs.