Answer:
the correct answer is <em><u>C</u></em>
Explanation: i just did it on edge 2021
D. Browsers
You're on one right now! :)
Answer:
myShoe.type = 'sneaker'
Explanation:
type is a field of the class shoe. The myShoe object which is an instance of the class shoe has the field type also.
To assign a value to type filed of the object myShoe, reference the object then the field as such;
myShoe.type = "sneaker"