The Stack.addPart()
method adds a part to the stack and returns the
original stack.
Stack.addPart() signature
Javascript
Stack stack.addPart(Part part)
NOTE
This method is chainable as it returns the Stack object
The Stack.addPart()
method adds a part to the stack and returns the
original stack.
Stack stack.addPart(Part part)