Question: Create an object called orchestra. The object orchestra, should have the following properties ( assign the properties appropriate values ) name : this property should
Create an object called orchestra.
The object orchestra, should have the following properties assign the properties appropriate values
name : this property should be a string
instruments : this property should be an array
director : this property should be a string
An object with these properties will be known as an orchestra object.
Be sure you are using camel casing and that you have spelled the names of the properties as shown.
Create a variable called woodwindItems and assign the value of null. You will assign a value later.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
