A.
A. lineTo() B. moveTo() C. fileRect() D. arc()
A. ctx.fillRect(0,0,50,50); B. ctx.fillRect(50,0,50,0); C. ctx.fillRect(0,50,0,50); D. ctx.fillRect(50,50,0,0);
A. fillstyle B. strokestyle C. fillStyle D. strokeStyle