I\'ve never touched javascript before, and I got stuck on that.
How do I get the Y value every 0.5 between 5 and -5?
var x; for(x=-5;x<5; x = x + 0.5){