Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

5. Working with DOM Elements, Event Listeners, ES6 CONST and LET

screen

Go to the video

In this video, we will add the functionality to accept comma separated input from the user for a list of categories. When a user types a comma into the categories input, we will save that category and clear out the input for him/her to keep typing and add more. To do this, we will need to reference DOM elements in our Javascript. As we do, we will discuss the difference between VAR keyword and the newer CONST and LET keywords.

References