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

Sunday, December 30, 2012

Codecademy Sample Solution: Projects Drawing a Rectangle



var my_canvas=document.getElementById('canvas');
var context=my_canvas.getContext('2d');
context.beginPath();
context.strokeRect(50, 80, 100, 20);

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts