Class: Person
This class represents a person.
Constructors
new Person
new Person(
name):Person
Parameters
| Parameter | Type | Description |
|---|---|---|
name | string | Person's name |
Returns
Defined In
Properties
name
name:
string
Defined In
Methods
selfIntroduce
selfIntroduce():
string
Say hello and introduce oneself.
Returns
string
Self-introduction phrase.
Defined In
Generated using TypeDoc and typedoc-plugin-markdown