User Interface Expert Question: Create an array in JavaScript with a list of 4 colors, assign that array to the variable, 'colors'? UI Developer Interview QuestionAnswer: var colors = ['red, 'yellow', 'green', 'blue']; Previous QuestionNext QuestionTell me how do you select all elements with the class of "selected" in jQuery?Tell me what is the difference between require() and include() when an error is encountered?