At the first I didnt set prototype , why does it console true?

Understand prototype already, then sudden got this question ==
where did I misslook?

Prototypes are the mechanism by which JavaScript objects inherit features from one another.
The prototype is an object that is associated with every functions and objects by default in JavaScript, where function’s prototype property is accessible and modifiable and object’s prototype property (aka attribute) is not visible.

1 Like

very well thank you so muchhhh~~

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.