0 votes
in JavaScript by

Which is the method invoked to connect the last vertex back to the first?

a) closePath()

b) close()

c) connectlast(first)

d) connect()

1 Answer

0 votes
by
Answer:-  A

Reason:  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.

Related questions

+1 vote
asked Mar 22, 2021 in JavaScript by Robindeniel
+1 vote
asked Mar 22, 2021 in JavaScript by Robindeniel
...