Which is the method invoked to connect the last vertex back to the first?
A
closePath()
B
close()
C
connectlast(first)
D
connect()
Correct Answer: closePath()
The closePath() method connects the last vertex back to the first, thereby creating a path. It connects the last point to the first point thereby creating a closed figure.