Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Як створити новий масив в JavaScript?
var colors = "yellow", "purple", "blue"
var colors = [1 = ("yellow"), 2= ("purple"), 3 = ("blue")]
1 = ("yellow"), 2
= ("purple"), 3 = ("blue")
var colors = ["yellow", "purple", "blue"]
var colors = (1:"yellow", 2:"purple",3:"blue")
var colors = (1:"yellow", 2:"purple",
3:"blue")
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!