Discussion :: Javascript - CS
- Which is the method invoked to connect the last vertex back to the first?
Answer : Option A
Explanation :
The closePath() method connects the last vertex back to the first, thereby creating a path.
Be The First To Comment