- 2
Anyone Explain please
You are working on a Contact Manager app. You have created the contact object constructor, which has two arguments, name and number. You need to add a print() method to the object, which will output the contact data to the console in the following format: name: number The given code declares two objects and calls their print() methods. Complete the code by defining the print() method for the objects.
3 Answers
+ 3
You need to make some attempts first.
+ 2
Yes, I will.
Thanksš
+ 1
You're welcome.