✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Selectați imaginea care corespunde cu rezultatul codului indicat mai jos:
var c = document.getElementById("myCanvas");
var ctx = c.getContext("2d");
ctx.beginPath();
ctx.arc(100, 75, 50, 0, Math.PI);
ctx.stroke();