Answer:
Im not Quite sure what your asking but this is what i think your asking
Explanation:
/*
ProcessingJS has functions for a few shapes like rectangles and ellipses,
but not lots of other shapes.
1. Decide on a new shape that it should have, draw it out and think about what parameters it should have (x, y, what else?)
2. Code a function that displays that shape on the screen. Test it out by displaying a few of the shapes.
3. Make an animation using that shape function, changing some parameter over time.
*/