15 lines
260 B
Markdown
15 lines
260 B
Markdown
![]() |
---
|
||
|
title: Stack.addPart()
|
||
|
---
|
||
|
|
||
|
The `Stack.addPart()` method adds a part to the stack and returns the
|
||
|
original stack.
|
||
|
|
||
|
## Stack.addPart() signature
|
||
|
|
||
|
```js
|
||
|
Stack stack.addPart(Part part)
|
||
|
```
|
||
|
|
||
|
<Note>This method is chainable as it returns the Stack object</Note>
|