addAuthor
addAuthor(String name, String initials) method
Add new author at the end of a collection.
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | Name of a new author. |
| initials | String | Initials of a new author. |
Add new author at the end of a collection.
| Name | Type | Description |
|---|---|---|
| name | String | Name of a new author. |
| initials | String | Initials of a new author. |