2 Matching Annotations
- Jan 2024
-
developer.mozilla.org developer.mozilla.org
-
Any constructor that can be called with new and has the prototype property can be the candidate for the parent class.
Classes declared with
class
and functions withconstructor
and an assignedprototype
.
-
- Nov 2020
-
github.com github.com
-
Evaluating this class results in installing the name function onto Person.prototype, roughly like this:
-