Vidyalelo
JavaScript · Q16

Graphics And Rendering

Programming · JavaScript · question 16

Q16

Which is the method invoked to begin a path?

A.
begin()
B.
path()
C.
createPath()
D.
beginPath()
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
The beginPath() is used to begin a new path.