Quotes help make search much faster. Example: "Practice Makes Perfect"

Sunday, December 30, 2012

Codecademy Sample Solution: Projects Lines and Arcs



var my_canvas=document.getElementById('canvas');
var context=my_canvas.getContext('2d');
context.beginPath();
context.arc(100,100,50,0,Math.PI);
context.stroke();

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts