Person()
Creates a new Person.
- Source:
- tags/class.js, line 5
Methods
initialize(name)
Create a `Person` instance.
- Source:
- tags/lends.js, line 9
Parameters:
Name | Type | Description |
---|---|---|
name | string | The person's name. |
say(message) → {string}
Say something.
- Source:
- tags/lends.js, line 17
Parameters:
Name | Type | Description |
---|---|---|
message | string | The message to say. |
Returns:
The complete message.
- Type
- string