Question 1: What is a prototype in JavaScript?
Question 2: Which method is used to set the prototype of an object in JavaScript?
Question 3: In JavaScript, every object has a hidden property called:
Question 4: The prototype chain ends when:
Question 5: What is the main use of prototypes in JavaScript?
Question 6: Functions in JavaScript have a special property called:
Question 7: How can you create a new object with a specific prototype?
Question 8: Which of the following statements is true about prototypes?
Question 9: What will be the prototype of an object created using {}?
Question 10: In prototype chaining, if a property is not found in the current object: