πŸ“Š JavaScript
Q. Which is the method invoked to connect the last vertex back to the first?
  • (A) closePath()
  • (B) close()
  • (C) connectlast(first)
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) closePath()

Explanation: The closePath() method connects the last vertex back to the first, thereby creating a path.

Explanation by: Mr. Dubey
The closePath() method connects the last vertex back to the first, thereby creating a path.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
194
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
85%
Success Rate