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 regards to question 8, states: 'Static methods are designed to live only on the constructor in which they are created, and cannot be passed down to any children or called upon class instances.'
However, static members can be passed down and called by the child class, but not by an instance of the child. https://javascript.info/static-properties-methods