You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// In JavaScript, every object has an internal link to another object called its prototype. When you try to access a property or method on an object, and it doesn’t exist there, JavaScript looks up the prototype chain.