Answers

Question and Answer:

  Home  UI Developer

⟩ Create an array in JavaScript with a list of 4 colors, assign that array to the variable, 'colors'?

var colors = ['red, 'yellow', 'green', 'blue'];

 151 views

More Questions for you: