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.